|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One spine document (a renderable chapter) plus its TOC label. More...
#include <book.h>
Data Fields | |
| uint32_t | title_off |
| String-pool offset of the TOC label ("" if none). | |
| uint32_t | href_off |
| String-pool offset of the source spine href. | |
| uint32_t | root_node |
| Node-table index of this chapter's root element. | |
One spine document (a renderable chapter) plus its TOC label.
| uint32_t book_chapter_t::href_off |
String-pool offset of the source spine href.
Definition at line 282 of file book.h.
Referenced by ra8_rabook_add_chapter().
| uint32_t book_chapter_t::root_node |
Node-table index of this chapter's root element.
Definition at line 283 of file book.h.
Referenced by book_chapter_text(), book_chapter_text_src(), book_chapter_to_xhtml(), book_src_prefetch_chapter(), and ra8_rabook_add_chapter().
| uint32_t book_chapter_t::title_off |
String-pool offset of the TOC label ("" if none).
Definition at line 281 of file book.h.
Referenced by ra8_rabook_add_chapter(), and sh_rabook_label().