|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One bundled book: display metadata plus storage/inflate sizes. More...
#include <book_library.h>
Data Fields | |
| const char * | title |
| Book title (transliterated to ASCII). | |
| const char * | author |
| Author (transliterated to ASCII). | |
| const char * | filename |
| .rabook file name on storage. | |
| uint32_t | file_size |
| Compressed size on disk, bytes. | |
| uint32_t | inflated_size |
| Scratch bytes book_open() needs. | |
One bundled book: display metadata plus storage/inflate sizes.
Definition at line 23 of file book_library.h.
| const char* book_library_entry_t::author |
Author (transliterated to ASCII).
Definition at line 25 of file book_library.h.
| uint32_t book_library_entry_t::file_size |
Compressed size on disk, bytes.
Definition at line 27 of file book_library.h.
| const char* book_library_entry_t::filename |
.rabook file name on storage.
Definition at line 26 of file book_library.h.
| uint32_t book_library_entry_t::inflated_size |
Scratch bytes book_open() needs.
Definition at line 28 of file book_library.h.
| const char* book_library_entry_t::title |
Book title (transliterated to ASCII).
Definition at line 24 of file book_library.h.