![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Object table structure. More...
Data Fields | |
uint8_t | version |
uint8_t | swap_count |
struct ps_obj_table_entry_t | obj_db [(PS_NUM_ASSETS+1)] |
Object table structure.
Definition at line 57 of file ps_object_table.c.
struct ps_obj_table_entry_t obj_db[(PS_NUM_ASSETS+1)] |
Table's entries
Definition at line 70 of file ps_object_table.c.
uint8_t swap_count |
Swap counter to distinguish 2 different object tables.
Definition at line 65 of file ps_object_table.c.
uint8_t version |
PS object system version.
Definition at line 62 of file ps_object_table.c.