|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned format-neutral directory cursor. More...
#include <ra8_io_vfs.h>
Data Fields | |
| const ra8_io_fsfmt_t * | format |
| Format owning the cursor state. | |
| void * | state |
| Caller-supplied format state. | |
| uint32_t | state_bytes |
| Accessible state extent. | |
| bool | is_open |
| VFS lifecycle guard. | |
Caller-owned format-neutral directory cursor.
Definition at line 69 of file ra8_io_vfs.h.
| const ra8_io_fsfmt_t* ra8_io_vfs_dir_t::format |
Format owning the cursor state.
Definition at line 70 of file ra8_io_vfs.h.
Referenced by ra8_io_vfs_dir_close(), and ra8_io_vfs_dir_next().
| bool ra8_io_vfs_dir_t::is_open |
VFS lifecycle guard.
Definition at line 73 of file ra8_io_vfs.h.
Referenced by ra8_io_vfs_dir_close(), ra8_io_vfs_dir_next(), and ra8_io_vfs_dir_open().
| void* ra8_io_vfs_dir_t::state |
Caller-supplied format state.
Definition at line 71 of file ra8_io_vfs.h.
Referenced by ra8_io_vfs_dir_close(), and ra8_io_vfs_dir_next().
| uint32_t ra8_io_vfs_dir_t::state_bytes |
Accessible state extent.
Definition at line 72 of file ra8_io_vfs.h.