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

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.

Detailed Description

Parsed arguments accepted by the portable convert composition.

Definition at line 34 of file ra8_fmt_portable_convert.c.

Field Documentation

◆ format

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

◆ input

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

◆ output

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


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