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

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.

Detailed Description

Complete, caller-visible result of a raw host-I/O operation.

Definition at line 31 of file emu_host_io_internal.h.

Field Documentation

◆ os_error

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.

◆ status

◆ transferred

size_t emu_io_result_t::transferred

Bytes transferred before completion/failure.

Definition at line 33 of file emu_host_io_internal.h.


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