|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Open portable EPUB stream retained during one compile. More...
#include <mdl_export_rabook_internal.h>
Data Fields | |
| fw_fs_file_t | file |
| Borrowed portable file handle. | |
| uint64_t | size_bytes |
| Immutable complete EPUB extent. | |
| uint32_t | calls |
| Bounded random-read call tally. | |
| ra8_err_t | error |
| First read/seek protocol failure. | |
Open portable EPUB stream retained during one compile.
Definition at line 23 of file mdl_export_rabook_internal.h.
| uint32_t mdl_rabook_epub_source_t::calls |
Bounded random-read call tally.
Definition at line 26 of file mdl_export_rabook_internal.h.
Referenced by priv_mdl_rabook_epub_read().
| ra8_err_t mdl_rabook_epub_source_t::error |
First read/seek protocol failure.
Definition at line 27 of file mdl_export_rabook_internal.h.
Referenced by internal_compile_temp(), and priv_mdl_rabook_epub_read().
| fw_fs_file_t mdl_rabook_epub_source_t::file |
Borrowed portable file handle.
Definition at line 24 of file mdl_export_rabook_internal.h.
Referenced by internal_close_compile_sources(), priv_mdl_rabook_epub_close(), priv_mdl_rabook_epub_open(), and priv_mdl_rabook_epub_read().
| uint64_t mdl_rabook_epub_source_t::size_bytes |
Immutable complete EPUB extent.
Definition at line 25 of file mdl_export_rabook_internal.h.
Referenced by internal_compile_temp(), priv_mdl_rabook_epub_open(), and priv_mdl_rabook_epub_read().