|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Publicly opaque stream facade, drawn from s_files. More...
Data Fields | |
| const ra8_io_fsfmt_t * | format |
| Format owning file_ctx. | |
| void * | file_ctx |
| Format-private open-file state. | |
| uint8_t | mount_index |
| Owning mount slot. | |
| bool | in_use |
| Facade is occupied. | |
Publicly opaque stream facade, drawn from s_files.
Definition at line 33 of file ra8_io_vfs.c.
| void* ra8_io_vfs_file::file_ctx |
Format-private open-file state.
Definition at line 35 of file ra8_io_vfs.c.
| const ra8_io_fsfmt_t* ra8_io_vfs_file::format |
Format owning file_ctx.
Definition at line 34 of file ra8_io_vfs.c.
| bool ra8_io_vfs_file::in_use |
Facade is occupied.
Definition at line 37 of file ra8_io_vfs.c.
| uint8_t ra8_io_vfs_file::mount_index |
Owning mount slot.
Definition at line 36 of file ra8_io_vfs.c.