TEMU  4.4
The Terma Emulator
temu_DeviceIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Models/Device.h>

Data Fields

void(* reset )(void *Obj, int ResetType)
 
void(* mapDevice )(void *Obj, uint64_t Address, uint64_t Len)
 

Detailed Description

Standard device interface

\field reset Called when the device is reset. \field mapDevice If defined, called when a device is mapped.

Field Documentation

◆ mapDevice

void(* temu_DeviceIface::mapDevice) (void *Obj, uint64_t Address, uint64_t Len)

◆ reset

void(* temu_DeviceIface::reset) (void *Obj, int ResetType)

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