|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Complete, caller-visible result of a raw host-I/O operation. More...
#include <emu_host_io_internal.h>
Data Fields | |
| emu_io_status_t | status |
| Semantic completion status. | |
| size_t | transferred |
| Bytes transferred before completion/failure. | |
| int | os_error |
| Captured errno for k_emu_io_error, else zero. | |
Complete, caller-visible result of a raw host-I/O operation.
Definition at line 31 of file emu_host_io_internal.h.
| int emu_io_result_t::os_error |
Captured errno for k_emu_io_error, else zero.
Definition at line 34 of file emu_host_io_internal.h.
| emu_io_status_t emu_io_result_t::status |
Semantic completion status.
Definition at line 32 of file emu_host_io_internal.h.
Referenced by emu_presentation_read(), emu_presentation_snapshot(), emu_presentation_write(), internal_copy_bytes(), internal_prof_io_ok(), internal_write_sector(), load_panel(), priv_board_sd_storage_read(), priv_board_sd_storage_write(), priv_emu_elf_read(), priv_emu_elf_source_close(), priv_emu_elf_source_open(), and write_ppm().
| size_t emu_io_result_t::transferred |
Bytes transferred before completion/failure.
Definition at line 33 of file emu_host_io_internal.h.