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

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.

Detailed Description

One showcase volume entry.

Definition at line 83 of file exfat_mkimage.c.

Field Documentation

◆ is_dir

bool mk_entry_t::is_dir

True for a directory.

Definition at line 86 of file exfat_mkimage.c.

Referenced by internal_populate().

◆ meaning

const char* mk_entry_t::meaning

Human-readable description.

Definition at line 85 of file exfat_mkimage.c.

Referenced by internal_populate().

◆ path

const char* mk_entry_t::path

Absolute UTF-8 volume path.

Definition at line 84 of file exfat_mkimage.c.

Referenced by internal_populate().


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