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

Caller-owned state retained by one POSIX stream binding. More...

#include <ra8_io_stream_posix.h>

Data Fields

int fd
 Borrowed writable descriptor; never closed by the adapter.

Detailed Description

Caller-owned state retained by one POSIX stream binding.

Definition at line 34 of file ra8_io_stream_posix.h.

Field Documentation

◆ fd

int ra8_io_stream_posix_state_t::fd

Borrowed writable descriptor; never closed by the adapter.

Definition at line 35 of file ra8_io_stream_posix.h.

Referenced by internal_posix_write().


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