Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Metadata associated with a specific entry. More...
#include <storage_common.h>
Data Fields | |
size_t | capacity |
The allocated capacity of the storage associated with an entry. | |
size_t | size |
The size of an entry's data. | |
psa_storage_create_flags_t | flags |
The flags used when the entry was created. | |
Metadata associated with a specific entry.
size_t psa_storage_info_t::capacity |
The allocated capacity of the storage associated with an entry.
psa_storage_create_flags_t psa_storage_info_t::flags |
The flags used when the entry was created.
size_t psa_storage_info_t::size |
The size of an entry's data.