TEMU  4.4
The Terma Emulator
temu_DynamicResetAddressIface Struct Reference

#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...
 

Detailed Description

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.

Field Documentation

◆ getResetAddress

uint64_t(* temu_DynamicResetAddressIface::getResetAddress) (void *Obj)

Get reset address in processor, optional method.

◆ setResetAddress

void(* temu_DynamicResetAddressIface::setResetAddress) (void *Obj, uint64_t Address)

Update reset address in processor.


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