Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
psa_storage_info_t Struct Reference

Metadata associated with a specific entry. More...

#include <psa/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:
  • /home/runner/work/zephyr/zephyr/zephyr/subsys/secure_storage/include/psa/storage_common.h