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

Parsed legacy-compatible JOF verify selections. More...

Data Fields

const char * input
 Encoded source path.
const char * output
 Optional PPM path.
const char * format
 Explicit format.

Detailed Description

Parsed legacy-compatible JOF verify selections.

Definition at line 34 of file ra8_fmt_portable_verify.c.

Field Documentation

◆ format

const char* verify_cli_args_t::format

Explicit format.

Definition at line 37 of file ra8_fmt_portable_verify.c.

Referenced by internal_parse(), and priv_fmt_try_portable_verify().

◆ input

const char* verify_cli_args_t::input

Encoded source path.

Definition at line 35 of file ra8_fmt_portable_verify.c.

Referenced by internal_execute(), internal_open_and_size(), internal_parse(), and priv_fmt_try_portable_verify().

◆ output

const char* verify_cli_args_t::output

Optional PPM path.

Definition at line 36 of file ra8_fmt_portable_verify.c.

Referenced by internal_execute(), and internal_parse().


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