|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Parsed arguments accepted by the portable convert composition. More...
Data Fields | |
| const char * | input |
| Source image path. | |
| const char * | output |
| Destination JOF path. | |
| const char * | format |
| Explicit format selector. | |
Parsed arguments accepted by the portable convert composition.
Definition at line 34 of file ra8_fmt_portable_convert.c.
| const char* convert_cli_args_t::format |
Explicit format selector.
Definition at line 37 of file ra8_fmt_portable_convert.c.
Referenced by internal_parse(), and priv_fmt_try_portable_convert().
| const char* convert_cli_args_t::input |
Source image path.
Definition at line 35 of file ra8_fmt_portable_convert.c.
Referenced by internal_parse(), and priv_fmt_try_portable_convert().
| const char* convert_cli_args_t::output |
Destination JOF path.
Definition at line 36 of file ra8_fmt_portable_convert.c.
Referenced by internal_parse(), and priv_fmt_try_portable_convert().