|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One showcase volume entry. More...
Data Fields | |
| const char * | path |
| Absolute UTF-8 volume path. | |
| const char * | meaning |
| Human-readable description. | |
| bool | is_dir |
| True for a directory. | |
One showcase volume entry.
Definition at line 83 of file exfat_mkimage.c.
| bool mk_entry_t::is_dir |
True for a directory.
Definition at line 86 of file exfat_mkimage.c.
Referenced by internal_populate().
| const char* mk_entry_t::meaning |
Human-readable description.
Definition at line 85 of file exfat_mkimage.c.
Referenced by internal_populate().
| const char* mk_entry_t::path |
Absolute UTF-8 volume path.
Definition at line 84 of file exfat_mkimage.c.
Referenced by internal_populate().