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

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.

Detailed Description

One mock-spine chapter: its XHTML, length, and resolving href.

Definition at line 242 of file ereader_ui_steps.h.

Field Documentation

◆ href

const char* er_chapter_t::href

Manifest href that links to it.

Definition at line 245 of file ereader_ui_steps.h.

◆ href_len

uint32_t er_chapter_t::href_len

Length of href (excl.

NUL).

Definition at line 246 of file ereader_ui_steps.h.

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

◆ xhtml

const char* er_chapter_t::xhtml

Chapter XHTML body.

Definition at line 243 of file ereader_ui_steps.h.

Referenced by er_reflow_relayout().


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