|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Parsed legacy-compatible JOF verify selections.
Definition at line 34 of file ra8_fmt_portable_verify.c.
| 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().
| 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().
| 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().