|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Sequential view over one caller-owned ZIP memory member. More...
Data Fields | |
| const uint8_t * | bytes |
| Borrowed immutable payload. | |
| size_t | length |
| Complete payload extent. | |
| size_t | offset |
| Sequential read cursor. | |
Sequential view over one caller-owned ZIP memory member.
Definition at line 36 of file mdl_export_io.c.
| const uint8_t* internal_export_memory_t::bytes |
Borrowed immutable payload.
Definition at line 37 of file mdl_export_io.c.
Referenced by internal_memory_read().
| size_t internal_export_memory_t::length |
Complete payload extent.
Definition at line 38 of file mdl_export_io.c.
Referenced by internal_memory_read(), and priv_mdl_export_zip_add_memory().
| size_t internal_export_memory_t::offset |
Sequential read cursor.
Definition at line 39 of file mdl_export_io.c.
Referenced by internal_memory_read(), and priv_mdl_export_zip_add_memory().