|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Decoded canonical journal envelope. More...
Data Fields | |
| uint64_t | sequence |
| Monotonic generation sequence. | |
| uint64_t | payload_bytes |
| Exact v1/v2 text payload size. | |
| uint32_t | payload_crc32 |
| CRC-32 of payload bytes. | |
Decoded canonical journal envelope.
Definition at line 41 of file mdl_state_store.c.
| uint64_t mdl_state_envelope_t::payload_bytes |
Exact v1/v2 text payload size.
Definition at line 43 of file mdl_state_store.c.
Referenced by internal_mdl_state_decode_header(), internal_mdl_state_encode_header(), internal_mdl_state_load_slot(), internal_mdl_state_same_generation(), internal_mdl_state_validate_open(), and internal_mdl_state_validate_stage().
| uint32_t mdl_state_envelope_t::payload_crc32 |
CRC-32 of payload bytes.
Definition at line 44 of file mdl_state_store.c.
Referenced by internal_mdl_state_decode_header(), internal_mdl_state_encode_header(), internal_mdl_state_load_slot(), internal_mdl_state_same_generation(), internal_mdl_state_validate_open(), and internal_mdl_state_validate_stage().
| uint64_t mdl_state_envelope_t::sequence |
Monotonic generation sequence.
Definition at line 42 of file mdl_state_store.c.
Referenced by internal_mdl_state_decode_header(), internal_mdl_state_encode_header(), internal_mdl_state_load_slot(), internal_mdl_state_order(), internal_mdl_state_same_generation(), internal_mdl_state_save_plan(), and internal_mdl_state_validate_stage().