|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One mock-spine chapter: its XHTML, length, and resolving href. More...
#include <ereader_ui_steps.h>
Data Fields | |
| const char * | xhtml |
| Chapter XHTML body. | |
| uint32_t | len |
| Length of xhtml (excl. | |
| const char * | href |
| Manifest href that links to it. | |
| uint32_t | href_len |
| Length of href (excl. | |
One mock-spine chapter: its XHTML, length, and resolving href.
Definition at line 242 of file ereader_ui_steps.h.
| const char* er_chapter_t::href |
Manifest href that links to it.
Definition at line 245 of file ereader_ui_steps.h.
| uint32_t er_chapter_t::href_len |
| uint32_t er_chapter_t::len |
Length of xhtml (excl.
NUL).
Definition at line 244 of file ereader_ui_steps.h.
Referenced by er_reflow_relayout().
| const char* er_chapter_t::xhtml |
Chapter XHTML body.
Definition at line 243 of file ereader_ui_steps.h.
Referenced by er_reflow_relayout().