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

Metadata attached as a header to object data before storage. More...

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

Collaboration diagram for ps_obj_header_t:

Data Fields

uint32_t version
 
uint32_t fid
 
struct ps_object_info_t info
 

Detailed Description

Metadata attached as a header to object data before storage.

Definition at line 36 of file ps_object_defs.h.

Field Documentation

uint32_t fid

File ID

Definition at line 41 of file ps_object_defs.h.

struct ps_object_info_t info

Object information

Definition at line 43 of file ps_object_defs.h.

uint32_t version

Object version

Definition at line 40 of file ps_object_defs.h.


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