|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Composition-root configuration for one firmware filesystem binding. More...
#include <fw_if_fs_ra8_vfs.h>
Data Fields | |
| const char * | mount_name |
| Registered VFS name without :. | |
| ra8_fs_mount_t * | mount |
| Matching live mount for space/caps. | |
| bool | removable_media |
| True for hot-removable media such as SD. | |
Composition-root configuration for one firmware filesystem binding.
Definition at line 45 of file fw_if_fs_ra8_vfs.h.
| 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().
| 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().
| 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().