Mbed OS 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... | |
A container for metadata associated with a specific uid.
Definition at line 48 of file storage_common.h.
size_t capacity |
The allocated capacity of the storage associated with a UID.
Definition at line 49 of file storage_common.h.
size_t size |
The size of the data associated with a uid.
Definition at line 50 of file storage_common.h.
The flags set when the uid was created.
Definition at line 51 of file storage_common.h.
uint32_t size |
The size of the data associated with a uid.
Definition at line 50 of file psa_crypto_its.h.