![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Object table context structure. More...
Data Fields | |
struct ps_obj_table_t | obj_table |
uint8_t | active_table |
uint8_t | scratch_table |
Object table context structure.
Object table init context structure.
Definition at line 125 of file ps_object_table.c.
uint8_t active_table |
Active object table
Definition at line 127 of file ps_object_table.c.
struct ps_obj_table_t obj_table |
Object tables
Definition at line 126 of file ps_object_table.c.
uint8_t scratch_table |
Scratch object table
Definition at line 128 of file ps_object_table.c.