|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Data Fields | |
| cb_scratch_t * | scratch |
| Destination transaction. | |
| uint64_t | offset |
| Next destination byte. | |
| bool | failed |
| Sticky publication failure. | |
Definition at line 35 of file sweep_block_backends.c.
| bool cbs_pack_sink_t::failed |
Sticky publication failure.
Definition at line 38 of file sweep_block_backends.c.
Referenced by internal_pack_write(), and internal_rbkc_pack_chunk().
| uint64_t cbs_pack_sink_t::offset |
Next destination byte.
Definition at line 37 of file sweep_block_backends.c.
Referenced by internal_pack_write(), and internal_rbkc_pack().
| cb_scratch_t* cbs_pack_sink_t::scratch |
Destination transaction.
Definition at line 36 of file sweep_block_backends.c.
Referenced by internal_pack_write().