|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned cursor and fixed storage for raw directory batches. More...
#include <fw_if_fs_posix_internal.h>
Data Fields | |
| uint8_t | buffer [k_posix_directory_buffer_bytes] |
| Kernel record bytes. | |
| uint32_t | valid_bytes |
| Bytes in buffer. | |
| uint32_t | cursor |
| Next record offset. | |
Caller-owned cursor and fixed storage for raw directory batches.
Definition at line 116 of file fw_if_fs_posix_internal.h.
| uint8_t posix_directory_reader_t::buffer[k_posix_directory_buffer_bytes] |
Kernel record bytes.
Definition at line 117 of file fw_if_fs_posix_internal.h.
Referenced by priv_fs_posix_directory_next().
| uint32_t posix_directory_reader_t::cursor |
Next record offset.
Definition at line 119 of file fw_if_fs_posix_internal.h.
Referenced by priv_fs_posix_directory_next().
| uint32_t posix_directory_reader_t::valid_bytes |
Bytes in buffer.
Definition at line 118 of file fw_if_fs_posix_internal.h.
Referenced by priv_fs_posix_directory_next().