Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
psa_storage_info_t Struct Reference

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.
 

Detailed Description

Metadata associated with a specific entry.

Field Documentation

◆ capacity

size_t psa_storage_info_t::capacity

The allocated capacity of the storage associated with an entry.

◆ flags

psa_storage_create_flags_t psa_storage_info_t::flags

The flags used when the entry was created.

◆ size

size_t psa_storage_info_t::size

The size of an entry's data.


The documentation for this struct was generated from the following file: