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

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.

Detailed Description

One caller-owned association between a Unicorn engine and backing.

Definition at line 83 of file emu_memmap.h.

Field Documentation

◆ active

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

uc_engine* emu_memmap_binding_t::uc

Bound Unicorn engine.

Definition at line 84 of file emu_memmap.h.

Referenced by emu_memmap_detach().


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