|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Raw descriptor plus its stat-derived byte length.
Definition at line 46 of file emu_host_io_internal.h.
| 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().
| 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().