|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
#include <mdl_verify.h>
Data Fields | |
| mdl_format_t | format |
| Format selected for validation. | |
| size_t | page_count |
| Image members found in the artifact. | |
| size_t | member_count |
| Total members reported by the container. | |
| bool | metadata_present |
| Required format metadata was present. | |
Definition at line 18 of file mdl_verify.h.
| mdl_format_t mdl_verify_report_t::format |
Format selected for validation.
Definition at line 19 of file mdl_verify.h.
| size_t mdl_verify_report_t::member_count |
Total members reported by the container.
Definition at line 21 of file mdl_verify.h.
| bool mdl_verify_report_t::metadata_present |
Required format metadata was present.
Definition at line 22 of file mdl_verify.h.
| size_t mdl_verify_report_t::page_count |
Image members found in the artifact.
Definition at line 20 of file mdl_verify.h.