|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Stable chapter position carried into per-page progress events. More...
#include <mdl_fetch_internal.h>
Data Fields | |
| size_t | chapter_index |
| 1-based chapter position in the run. | |
| size_t | chapter_total |
| Total chapters in the run. | |
| const char * | chapter_id |
| Stable chapter identifier. | |
Stable chapter position carried into per-page progress events.
Definition at line 81 of file mdl_fetch_internal.h.
| const char* mdl_run_pos_t::chapter_id |
Stable chapter identifier.
Definition at line 84 of file mdl_fetch_internal.h.
Referenced by internal_mdl_fetch_emit_progress().
| size_t mdl_run_pos_t::chapter_index |
1-based chapter position in the run.
Definition at line 82 of file mdl_fetch_internal.h.
Referenced by internal_mdl_fetch_emit_progress().
| size_t mdl_run_pos_t::chapter_total |
Total chapters in the run.
Definition at line 83 of file mdl_fetch_internal.h.
Referenced by internal_mdl_fetch_emit_progress().