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

POSIX state placed in caller directory workspace. More...

#include <fw_if_fs_posix_internal.h>

Collaboration diagram for posix_directory_state_t:

Data Fields

posix_directory_reader_t reader
 Bounded raw-record buffer and cursor.
int fd
 Owned directory descriptor.

Detailed Description

POSIX state placed in caller directory workspace.

Definition at line 123 of file fw_if_fs_posix_internal.h.

Field Documentation

◆ fd

int posix_directory_state_t::fd

Owned directory descriptor.

Definition at line 125 of file fw_if_fs_posix_internal.h.

Referenced by priv_fs_posix_dir_close(), priv_fs_posix_dir_next(), and priv_fs_posix_dir_open().

◆ reader

posix_directory_reader_t posix_directory_state_t::reader

Bounded raw-record buffer and cursor.

Definition at line 124 of file fw_if_fs_posix_internal.h.

Referenced by priv_fs_posix_dir_next().


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