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

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.

Detailed Description

One bundled book: display metadata plus storage/inflate sizes.

Since
Version 0.1.0

Definition at line 23 of file book_library.h.

Field Documentation

◆ author

const char* book_library_entry_t::author

Author (transliterated to ASCII).

Definition at line 25 of file book_library.h.

◆ file_size

uint32_t book_library_entry_t::file_size

Compressed size on disk, bytes.

Definition at line 27 of file book_library.h.

◆ filename

const char* book_library_entry_t::filename

.rabook file name on storage.

Definition at line 26 of file book_library.h.

◆ inflated_size

uint32_t book_library_entry_t::inflated_size

Scratch bytes book_open() needs.

Definition at line 28 of file book_library.h.

◆ title

const char* book_library_entry_t::title

Book title (transliterated to ASCII).

Definition at line 24 of file book_library.h.


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