TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
temu_CpuVTable Struct Reference

#include <temu-c/Support/VTables.h>

Collaboration diagram for temu_CpuVTable:

Data Fields

temu_CpuIfaceCpu
 
temu_IrqCtrlIfaceIrq
 
temu_EventIfaceEvent
 
temu_MemAccessIfaceInvalidAccess
 
temu_ClockIfaceClock
 

Detailed Description

Definition at line 35 of file VTables.h.

Field Documentation

temu_ClockIface* temu_CpuVTable::Clock

Definition at line 40 of file VTables.h.

temu_CpuIface* temu_CpuVTable::Cpu

Definition at line 36 of file VTables.h.

temu_EventIface* temu_CpuVTable::Event

Definition at line 38 of file VTables.h.

temu_MemAccessIface* temu_CpuVTable::InvalidAccess

Definition at line 39 of file VTables.h.

temu_IrqCtrlIface* temu_CpuVTable::Irq

Definition at line 37 of file VTables.h.


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