TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ps_object_info_t Struct Reference

Object information. More...

#include <secure_fw/partitions/protected_storage/ps_object_defs.h>

Data Fields

uint32_t current_size
 
uint32_t max_size
 
psa_storage_create_flags_t create_flags
 

Detailed Description

Object information.

Definition at line 25 of file ps_object_defs.h.

Field Documentation

Object creation flags

Definition at line 28 of file ps_object_defs.h.

uint32_t current_size

Current size of the object content in bytes

Definition at line 26 of file ps_object_defs.h.

uint32_t max_size

Maximum size of the object content in bytes

Definition at line 27 of file ps_object_defs.h.


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