![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
The object to be written to the file system below. Made up of the object header and the object data. More...
#include <secure_fw/partitions/protected_storage/ps_object_defs.h>
Data Fields | |
struct ps_obj_header_t | header |
uint8_t | data [PS_MAX_ASSET_SIZE] |
The object to be written to the file system below. Made up of the object header and the object data.
Definition at line 55 of file ps_object_defs.h.
uint8_t data[PS_MAX_ASSET_SIZE] |
Object data
Definition at line 57 of file ps_object_defs.h.
struct ps_obj_header_t header |
Object header
Definition at line 56 of file ps_object_defs.h.