Mbed OS Reference
Loading...
Searching...
No Matches
psa_storage_info_t Struct Reference

A container for metadata associated with a specific uid. More...

#include <storage_common.h>

Data Fields

size_t capacity
 The allocated capacity of the storage associated with a UID. More...
 
size_t size
 The size of the data associated with a uid. More...
 
psa_storage_create_flags_t flags
 The flags set when the uid was created. More...
 
uint32_t size
 The size of the data associated with a uid. More...
 

Detailed Description

A container for metadata associated with a specific uid.

Definition at line 48 of file storage_common.h.

Field Documentation

◆ capacity

size_t capacity

The allocated capacity of the storage associated with a UID.

Definition at line 49 of file storage_common.h.

◆ size [1/2]

size_t size

The size of the data associated with a uid.

Definition at line 50 of file storage_common.h.

◆ flags

The flags set when the uid was created.

Definition at line 51 of file storage_common.h.

◆ size [2/2]

uint32_t size

The size of the data associated with a uid.

Definition at line 50 of file psa_crypto_its.h.