TEMU  4.4
The Terma Emulator
temu_ApbIface Struct Reference

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

Collaboration diagram for temu_ApbIface:

Data Fields

temu_ApbPnpInfo *(* getApbPnp )(void *Obj)
 

Detailed Description

APB bus plug and play interface

A device providing plug and play info for the APB bridge, should implement this interface. The recommended way is to put a temu_ApbPnpInfo 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.

Field Documentation

◆ getApbPnp

temu_ApbPnpInfo*(* temu_ApbIface::getApbPnp) (void *Obj)

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