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

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>

Collaboration diagram for ps_object_t:

Data Fields

struct ps_obj_header_t header
 
uint8_t data [PS_MAX_ASSET_SIZE]
 

Detailed Description

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.

Field Documentation

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.


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