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

#include <temu-c/Bus/Amba.h>

Collaboration diagram for temu_AhbIface:

Data Fields

temu_AhbPnpInfo *(* getAhbPnp )(void *Obj)
 

Detailed Description

AHB bus plug and play interface

A device providing plug and play info for the AHB bridge, should implement this interface. The recommended way is to put a temu_AhbPnpInfo struct inside your model struct and then return a pointer to this one. This way the PNP info can be changed on a per object basis.

Definition at line 64 of file Amba.h.

Field Documentation

temu_AhbPnpInfo*(* temu_AhbIface::getAhbPnp)(void *Obj)

Definition at line 65 of file Amba.h.


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