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

Exact result for source open and bounded view acquisition. More...

#include <emu_elf.h>

Data Fields

emu_elf_io_status_t status
 Semantic completion status.
uint64_t required_bytes
 Source or requested range byte count.
uint64_t supplied_bytes
 Caller-provided scratch byte count.
int os_error
 Captured host error, or zero.

Detailed Description

Exact result for source open and bounded view acquisition.

Definition at line 83 of file emu_elf.h.

Field Documentation

◆ os_error

int emu_elf_io_result_t::os_error

Captured host error, or zero.

Definition at line 87 of file emu_elf.h.

◆ required_bytes

uint64_t emu_elf_io_result_t::required_bytes

Source or requested range byte count.

Definition at line 85 of file emu_elf.h.

◆ status

◆ supplied_bytes

uint64_t emu_elf_io_result_t::supplied_bytes

Caller-provided scratch byte count.

Definition at line 86 of file emu_elf.h.


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