|
TEMU
4.4
The Terma Emulator
|
#include </builds/termade/temu/temu/include/temu-c/Target/Cpu.h>
Data Fields | |
| void(* | setResetAddress )(void *Obj, uint64_t Address) |
| Update reset address in processor. More... | |
| uint64_t(* | getResetAddress )(void *Obj) |
| Get reset address in processor, optional method. More... | |
Interface for controlling the reset address used in a processor.
Processors may in some cases have their reset addresses set dynamically. This interface expose such functionality to peripherals.
| uint64_t(* temu_DynamicResetAddressIface::getResetAddress) (void *Obj) |
Get reset address in processor, optional method.
| void(* temu_DynamicResetAddressIface::setResetAddress) (void *Obj, uint64_t Address) |
Update reset address in processor.