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

Composition-root configuration for one firmware filesystem binding. More...

#include <fw_if_fs_ra8_vfs.h>

Collaboration diagram for fw_fs_ra8_vfs_cfg_t:

Data Fields

const char * mount_name
 Registered VFS name without :.
ra8_fs_mount_tmount
 Matching live mount for space/caps.
bool removable_media
 True for hot-removable media such as SD.

Detailed Description

Composition-root configuration for one firmware filesystem binding.

Definition at line 45 of file fw_if_fs_ra8_vfs.h.

Field Documentation

◆ mount

ra8_fs_mount_t* fw_fs_ra8_vfs_cfg_t::mount

Matching live mount for space/caps.

Definition at line 47 of file fw_if_fs_ra8_vfs.h.

Referenced by fw_fs_ra8_vfs_init(), and internal_capabilities().

◆ mount_name

const char* fw_fs_ra8_vfs_cfg_t::mount_name

Registered VFS name without :.

Definition at line 46 of file fw_if_fs_ra8_vfs.h.

Referenced by fw_fs_ra8_vfs_init().

◆ removable_media

bool fw_fs_ra8_vfs_cfg_t::removable_media

True for hot-removable media such as SD.

Definition at line 48 of file fw_if_fs_ra8_vfs.h.

Referenced by fw_fs_ra8_vfs_init(), and internal_capabilities().


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