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

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.

Detailed Description

Persisted descriptive fields retained across selector misses.

Definition at line 650 of file mdl_app_series.c.

Field Documentation

◆ artist

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

◆ cover_path

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

◆ summary

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

◆ title

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

◆ writer

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


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