Searched defs:flash_log_entry (Results 1 – 1 of 1) sorted by relevance
37 struct flash_log_entry { struct49 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. */