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

One library entry: title, author, reading progress percent. More...

#include <ereader_ui_steps.h>

Data Fields

const char * title
 Book title.
const char * author
 Author.
uint16_t pct
 Reading progress (0..100).

Detailed Description

One library entry: title, author, reading progress percent.

Definition at line 232 of file ereader_ui_steps.h.

Field Documentation

◆ author

const char* er_book_t::author

Author.

Definition at line 234 of file ereader_ui_steps.h.

Referenced by er_add_book_tile().

◆ pct

uint16_t er_book_t::pct

Reading progress (0..100).

Definition at line 235 of file ereader_ui_steps.h.

Referenced by er_add_book_tile().

◆ title

const char* er_book_t::title

Book title.

Definition at line 233 of file ereader_ui_steps.h.

Referenced by er_add_book_tile(), and er_book_matches().


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