![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Contains the state variables associated to the current state of the audit log. More...
Data Fields | |
uint32_t | first_el_idx |
uint32_t | last_el_idx |
uint32_t | num_records |
uint32_t | stored_size |
Contains the state variables associated to the current state of the audit log.
Definition at line 113 of file audit_core.c.
uint32_t first_el_idx |
Index in the log of the first element in chronological order
Definition at line 114 of file audit_core.c.
uint32_t last_el_idx |
Index in the log of the last element in chronological order
Definition at line 116 of file audit_core.c.
uint32_t num_records |
Indicates the number of records currently stored in the log. It has to be zero after a reset, i.e. log is empty
Definition at line 118 of file audit_core.c.
uint32_t stored_size |
Indicates the total size of the items currently stored in the log
Definition at line 121 of file audit_core.c.