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

POSIX composition-root settings. More...

#include <fw_if_fs_posix.h>

Data Fields

const char * root_path
 Existing host directory used as /.
bool removable_media
 Truthful property of the selected root.

Detailed Description

POSIX composition-root settings.

Definition at line 40 of file fw_if_fs_posix.h.

Field Documentation

◆ removable_media

bool fw_fs_posix_cfg_t::removable_media

Truthful property of the selected root.

Definition at line 42 of file fw_if_fs_posix.h.

Referenced by fw_fs_posix_init().

◆ root_path

const char* fw_fs_posix_cfg_t::root_path

Existing host directory used as /.

Definition at line 41 of file fw_if_fs_posix.h.

Referenced by fw_fs_posix_init().


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