|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
All fixed-profile views carved from the export workspace. More...
Data Fields | |
| epub_book_t * | book |
| Streamed intermediate EPUB. | |
| ra8_rabook_buffers_t | builder |
| Flat-book builder arenas. | |
| ra8_rabook_pipeline_scratch_t | pipeline |
| EPUB compiler scratch. | |
| ra8_img_arena_t | image_arena |
| stb decode arena descriptor. | |
| ra8_rabook_container_workspace_t | container |
| RBKC writer workspace. | |
All fixed-profile views carved from the export workspace.
Definition at line 48 of file mdl_export_rabook.c.
| epub_book_t* mdl_rabook_profile_t::book |
Streamed intermediate EPUB.
Definition at line 49 of file mdl_export_rabook.c.
Referenced by internal_allocate_pipeline(), and internal_compile_temp().
| ra8_rabook_buffers_t mdl_rabook_profile_t::builder |
Flat-book builder arenas.
Definition at line 50 of file mdl_export_rabook.c.
Referenced by internal_allocate_builder(), and internal_compile_temp().
| ra8_rabook_container_workspace_t mdl_rabook_profile_t::container |
RBKC writer workspace.
Definition at line 53 of file mdl_export_rabook.c.
Referenced by internal_allocate_container(), and internal_emit_container().
| ra8_img_arena_t mdl_rabook_profile_t::image_arena |
stb decode arena descriptor.
Definition at line 52 of file mdl_export_rabook.c.
Referenced by internal_allocate_pipeline().
| ra8_rabook_pipeline_scratch_t mdl_rabook_profile_t::pipeline |
EPUB compiler scratch.
Definition at line 51 of file mdl_export_rabook.c.
Referenced by internal_allocate_pipeline(), and internal_compile_temp().