|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Exact requirements and operation outcome.
Definition at line 70 of file emu_memmap.h.
| 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().
| 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().
| 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().