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

Exact requirements and operation outcome. More...

#include <emu_memmap.h>

Data Fields

emu_memmap_status_t status
 Semantic completion status.
uint64_t logical_backing_bytes
 Sum of the three aperture lengths.
int os_error
 Captured errno for host mapping.

Detailed Description

Exact requirements and operation outcome.

Definition at line 70 of file emu_memmap.h.

Field Documentation

◆ logical_backing_bytes

uint64_t emu_memmap_result_t::logical_backing_bytes

Sum of the three aperture lengths.

Definition at line 72 of file emu_memmap.h.

Referenced by internal_main_open_memory().

◆ os_error

int emu_memmap_result_t::os_error

Captured errno for host mapping.

Definition at line 73 of file emu_memmap.h.

Referenced by internal_main_open_memory().

◆ status

emu_memmap_status_t emu_memmap_result_t::status

Semantic completion status.

Definition at line 71 of file emu_memmap.h.

Referenced by internal_main_open_memory().


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