|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked EPUB TOC fixtures for epub_toc (#116). More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | : size_t { k_etoc_ncx_len = 1528U } |
| Baked ncx.epub (TOC fixture, #116). More... | |
| enum | : size_t { k_etoc_nav_len = 1515U } |
| Baked nav.epub (TOC fixture, #116). More... | |
| enum | : size_t { k_etoc_bad_len = 1175U } |
| Baked bad.epub (TOC fixture, #116). More... | |
Variables | |
| static const uint8_t | k_etoc_ncx [k_etoc_ncx_len] |
| static const uint8_t | k_etoc_nav [k_etoc_nav_len] |
| static const uint8_t | k_etoc_bad [k_etoc_bad_len] |
Baked EPUB TOC fixtures for epub_toc (#116).
Pure ASCII.
Three minimal .epub archives, byte-identical on host and target:
Definition in file epub_toc_fixture.h.
| anonymous enum : size_t |
Baked bad.epub (TOC fixture, #116).
Pure ASCII.
| Enumerator | |
|---|---|
| k_etoc_bad_len | Etoc bad length. |
Definition at line 223 of file epub_toc_fixture.h.
| anonymous enum : size_t |
Baked ncx.epub (TOC fixture, #116).
Pure ASCII.
| Enumerator | |
|---|---|
| k_etoc_ncx_len | Etoc ncx length. |
Definition at line 22 of file epub_toc_fixture.h.
| anonymous enum : size_t |
Baked nav.epub (TOC fixture, #116).
Pure ASCII.
| Enumerator | |
|---|---|
| k_etoc_nav_len | Etoc nav length. |
Definition at line 123 of file epub_toc_fixture.h.
|
static |
Definition at line 224 of file epub_toc_fixture.h.
Referenced by etoc_provision_or_halt().
|
static |
Definition at line 124 of file epub_toc_fixture.h.
Referenced by etoc_provision_or_halt().
|
static |
Definition at line 23 of file epub_toc_fixture.h.
Referenced by etoc_provision_or_halt().