ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
posix_directory_reader_t Struct Reference

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.

Detailed Description

Caller-owned cursor and fixed storage for raw directory batches.

Definition at line 116 of file fw_if_fs_posix_internal.h.

Field Documentation

◆ buffer

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().

◆ cursor

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().

◆ valid_bytes

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().


The documentation for this struct was generated from the following file: