|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
In-memory EPUB media descriptor. More...
#include <epub.h>
Data Fields | |
| const uint8_t * | data |
| Pointer to the EPUB byte stream. | |
| size_t | size |
| Length of the EPUB byte stream, bytes. | |
In-memory EPUB media descriptor.
Used by the host-test build (and by any caller that has already loaded the entire .epub into RAM). Pass the address of an instance of this struct as the media argument to epub_open().
| const uint8_t* epub_mem_media_t::data |
Pointer to the EPUB byte stream.
Definition at line 180 of file epub.h.
Referenced by epub_open(), and priv_epub_mem_read().
| size_t epub_mem_media_t::size |
Length of the EPUB byte stream, bytes.
Definition at line 181 of file epub.h.
Referenced by epub_open(), and priv_epub_mem_read().