|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Resident flat RABOOK1 source for the chunked container writer. More...
#include <mdl_export_rabook_internal.h>
Data Fields | |
| const uint8_t * | bytes |
| Immutable flat blob bytes. | |
| uint32_t | size_bytes |
| Complete flat blob extent. | |
Resident flat RABOOK1 source for the chunked container writer.
Definition at line 31 of file mdl_export_rabook_internal.h.
| const uint8_t* mdl_rabook_flat_source_t::bytes |
Immutable flat blob bytes.
Definition at line 32 of file mdl_export_rabook_internal.h.
Referenced by priv_mdl_rabook_flat_read().
| uint32_t mdl_rabook_flat_source_t::size_bytes |
Complete flat blob extent.
Definition at line 33 of file mdl_export_rabook_internal.h.
Referenced by internal_emit_container(), and priv_mdl_rabook_flat_read().