|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One caller-owned association between a Unicorn engine and backing. More...
#include <emu_memmap.h>
Data Fields | |
| uc_engine * | uc |
| Bound Unicorn engine. | |
| bool | active |
| Binding occupies this slot and must be undone. | |
One caller-owned association between a Unicorn engine and backing.
Definition at line 83 of file emu_memmap.h.
| bool emu_memmap_binding_t::active |
Binding occupies this slot and must be undone.
Definition at line 85 of file emu_memmap.h.
Referenced by emu_memmap_attach(), emu_memmap_close(), and emu_memmap_detach().
| uc_engine* emu_memmap_binding_t::uc |
Bound Unicorn engine.
Definition at line 84 of file emu_memmap.h.
Referenced by emu_memmap_detach().