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

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

#include <fw_if_fs_posix_internal.h>

Data Fields

int fd
 Owned descriptor, or -1 while closed.

Detailed Description

POSIX state placed in caller file workspace.

Definition at line 129 of file fw_if_fs_posix_internal.h.

Field Documentation

◆ fd

int posix_file_state_t::fd

Owned descriptor, or -1 while closed.

Definition at line 131 of file fw_if_fs_posix_internal.h.

Referenced by internal_txn_begin().


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