ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_state_writer_t Struct Reference

Streaming serialization state for one transaction. More...

Collaboration diagram for mdl_state_writer_t:

Data Fields

fw_fs_transaction_ttransaction
 Active private stage.
uint64_t payload_bytes
 Bytes after envelope.
uint32_t crc_state
 Unfinalized CRC-32.
uint32_t calls
 Bounded write attempts.

Detailed Description

Streaming serialization state for one transaction.

Definition at line 59 of file mdl_state_store.c.

Field Documentation

◆ calls

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().

◆ crc_state

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().

◆ payload_bytes

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().

◆ transaction

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().


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