|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Persisted descriptive fields retained across selector misses. More...
Data Fields | |
| char | title [k_mdl_title_max] |
| Previously recorded title. | |
| char | summary [k_mdl_summary_max] |
| Previously recorded synopsis. | |
| char | writer [k_mdl_person_max] |
| Previously recorded writer. | |
| char | artist [k_mdl_person_max] |
| Previously recorded artist. | |
| char | cover_path [k_mdl_relpath_max] |
| Reusable verified cover leaf. | |
Persisted descriptive fields retained across selector misses.
Definition at line 650 of file mdl_app_series.c.
| char series_prior_metadata_t::artist[k_mdl_person_max] |
Previously recorded artist.
Definition at line 654 of file mdl_app_series.c.
Referenced by internal_reconcile_series_state(), and internal_snapshot_prior_metadata().
| char series_prior_metadata_t::cover_path[k_mdl_relpath_max] |
Reusable verified cover leaf.
Definition at line 655 of file mdl_app_series.c.
Referenced by internal_reconcile_series_state(), and internal_snapshot_prior_metadata().
| char series_prior_metadata_t::summary[k_mdl_summary_max] |
Previously recorded synopsis.
Definition at line 652 of file mdl_app_series.c.
Referenced by internal_reconcile_series_state(), and internal_snapshot_prior_metadata().
| char series_prior_metadata_t::title[k_mdl_title_max] |
Previously recorded title.
Definition at line 651 of file mdl_app_series.c.
Referenced by internal_reconcile_series_state(), and internal_snapshot_prior_metadata().
| char series_prior_metadata_t::writer[k_mdl_person_max] |
Previously recorded writer.
Definition at line 653 of file mdl_app_series.c.
Referenced by internal_reconcile_series_state(), and internal_snapshot_prior_metadata().