ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_rabook_profile_t Struct Reference

All fixed-profile views carved from the export workspace. More...

Collaboration diagram for mdl_rabook_profile_t:

Data Fields

epub_book_tbook
 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.

Detailed Description

All fixed-profile views carved from the export workspace.

Definition at line 48 of file mdl_export_rabook.c.

Field Documentation

◆ book

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().

◆ builder

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().

◆ container

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().

◆ image_arena

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().

◆ 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().


The documentation for this struct was generated from the following file: