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

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.

Detailed Description

Stable chapter position carried into per-page progress events.

Since
0.1.0

Definition at line 81 of file mdl_fetch_internal.h.

Field Documentation

◆ chapter_id

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().

◆ chapter_index

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().

◆ chapter_total

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().


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