|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Streaming serialization state for one transaction. More...
Data Fields | |
| fw_fs_transaction_t * | transaction |
| Active private stage. | |
| uint64_t | payload_bytes |
| Bytes after envelope. | |
| uint32_t | crc_state |
| Unfinalized CRC-32. | |
| uint32_t | calls |
| Bounded write attempts. | |
Streaming serialization state for one transaction.
Definition at line 59 of file mdl_state_store.c.
| uint32_t mdl_state_writer_t::calls |
Bounded write attempts.
Definition at line 63 of file mdl_state_store.c.
Referenced by internal_mdl_state_write_all().
| uint32_t mdl_state_writer_t::crc_state |
Unfinalized CRC-32.
Definition at line 62 of file mdl_state_store.c.
Referenced by internal_mdl_state_emit().
| uint64_t mdl_state_writer_t::payload_bytes |
Bytes after envelope.
Definition at line 61 of file mdl_state_store.c.
Referenced by internal_mdl_state_build_stage(), and internal_mdl_state_emit().
| fw_fs_transaction_t* mdl_state_writer_t::transaction |
Active private stage.
Definition at line 60 of file mdl_state_store.c.
Referenced by internal_mdl_state_write_all().