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

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.

Detailed Description

One owned host aperture mapping.

Definition at line 77 of file emu_memmap.h.

Field Documentation

◆ host

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().

◆ size

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().


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