Home
last modified time | relevance | path

Searched defs:flash_log_entry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/gsc-utils/include/
H A Dflash_log.h37 struct flash_log_entry { struct
49 uint32_t timestamp;
50 uint8_t size; /* [7:6] caller-def'd [5:0] payload size in bytes. */
51 uint8_t type; /* event type, caller-defined */
52 uint8_t crc;
53 uint8_t payload[0]; /* optional additional data payload: 0..63 bytes. */