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

Fixed size header for a log record. More...

#include <secure_fw/partitions/audit_logging/audit_core.h>

Data Fields

uint64_t timestamp
 
uint32_t iv_counter
 
int32_t partition_id
 
uint32_t size
 
uint32_t id
 

Detailed Description

Fixed size header for a log record.

Definition at line 99 of file audit_core.h.

Field Documentation

uint32_t id

Definition at line 104 of file audit_core.h.

uint32_t iv_counter

Definition at line 101 of file audit_core.h.

int32_t partition_id

Definition at line 102 of file audit_core.h.

uint32_t size

Definition at line 103 of file audit_core.h.

uint64_t timestamp

Definition at line 100 of file audit_core.h.


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