#include "temu-c/Support/Objsys.h"
#include <stdint.h>
Go to the source code of this file.
◆ TEMU_AHB_IFACE_TYPE
#define TEMU_AHB_IFACE_TYPE "AhbIface" |
◆ TEMU_APB_IFACE_TYPE
#define TEMU_APB_IFACE_TYPE "ApbIface" |
◆ temu_AhbIface
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.
◆ temu_ApbIface
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.
◆ TEMU_IFACE_REFERENCE_TYPE() [1/2]
TEMU_IFACE_REFERENCE_TYPE |
( |
temu_Ahb |
| ) |
|
◆ TEMU_IFACE_REFERENCE_TYPE() [2/2]
TEMU_IFACE_REFERENCE_TYPE |
( |
temu_Apb |
| ) |
|