|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One owned host aperture mapping. More...
#include <emu_memmap.h>
Data Fields | |
| uint8_t * | host |
| Page-aligned host mapping, or nullptr. | |
| uint64_t | size |
| Exact logical byte length. | |
One owned host aperture mapping.
Definition at line 77 of file emu_memmap.h.
| uint8_t* emu_memmap_backing_t::host |
Page-aligned host mapping, or nullptr.
Definition at line 78 of file emu_memmap.h.
Referenced by internal_backings_close(), and internal_window_host().
| uint64_t emu_memmap_backing_t::size |
Exact logical byte length.
Definition at line 79 of file emu_memmap.h.
Referenced by internal_backings_close(), and internal_window_host().