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

Context threaded through internal_update_all_cb for --update-all. More...

Collaboration diagram for update_all_ctx_t:

Data Fields

const mdl_series_run_tbase
 Template run (format/knobs); url filled per series.
size_t updated
 Count of series updated.
size_t failed
 Count of series skipped or unsuccessfully updated.

Detailed Description

Context threaded through internal_update_all_cb for --update-all.

Since
0.1.0

Definition at line 263 of file mdl_app_library.c.

Field Documentation

◆ base

const mdl_series_run_t* update_all_ctx_t::base

Template run (format/knobs); url filled per series.

Definition at line 264 of file mdl_app_library.c.

Referenced by internal_update_all_cb().

◆ failed

size_t update_all_ctx_t::failed

Count of series skipped or unsuccessfully updated.

Definition at line 266 of file mdl_app_library.c.

Referenced by internal_update_all_cb(), and mdl_app_run_update_all().

◆ updated

size_t update_all_ctx_t::updated

Count of series updated.

Definition at line 265 of file mdl_app_library.c.

Referenced by internal_update_all_cb(), and mdl_app_run_update_all().


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