|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Independently injectable path/namespace facade. More...
#include <fw_if_fs_types.h>
Data Fields | |
| const fw_fs_namespace_iface_t * | iface |
| Bound private vtable. | |
| void * | ctx |
| Backend context. | |
| fw_fs_caps_t | caps |
| Immutable capabilities. | |
Independently injectable path/namespace facade.
Definition at line 189 of file fw_if_fs_types.h.
| fw_fs_caps_t fw_fs_namespace_t::caps |
Immutable capabilities.
Definition at line 192 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_dir_open(), fw_fs_listdir(), fw_fs_rename(), fw_fs_space(), fw_fs_stat(), and internal_name_op().
| void* fw_fs_namespace_t::ctx |
Backend context.
Definition at line 191 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_dir_open(), fw_fs_listdir(), fw_fs_rename(), fw_fs_space(), fw_fs_stat(), and internal_name_op().
| const fw_fs_namespace_iface_t* fw_fs_namespace_t::iface |
Bound private vtable.
Definition at line 190 of file fw_if_fs_types.h.
Referenced by fw_fs_bind(), fw_fs_dir_open(), fw_fs_get_caps(), fw_fs_listdir(), fw_fs_mkdir(), fw_fs_rename(), fw_fs_rmdir(), fw_fs_space(), fw_fs_stat(), fw_fs_unlink(), internal_cursor_names(), and internal_names().