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

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.

Detailed Description

One spine document (a renderable chapter) plus its TOC label.

Since
Version 0.1.0

Definition at line 280 of file book.h.

Field Documentation

◆ href_off

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

◆ root_node

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

◆ title_off

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


The documentation for this struct was generated from the following file:
  • apps/shared_libs/book/inc/book.h