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

Raw descriptor plus its stat-derived byte length. More...

#include <emu_host_io_internal.h>

Data Fields

int fd
 Owned descriptor, or -1 when closed.
int64_t size
 Non-negative regular-file length.

Detailed Description

Raw descriptor plus its stat-derived byte length.

Definition at line 46 of file emu_host_io_internal.h.

Field Documentation

◆ fd

int emu_io_file_t::fd

Owned descriptor, or -1 when closed.

Definition at line 47 of file emu_host_io_internal.h.

Referenced by board_sd_attach().

◆ size

int64_t emu_io_file_t::size

Non-negative regular-file length.

Definition at line 48 of file emu_host_io_internal.h.

Referenced by board_sd_attach().


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