![]() |
scugic
Xilinx Vitis Drivers API Documentation
|
This typedef contains configuration information for the device. More...
Data Fields | |
u16 | DeviceId |
Unique ID of device. | |
u32 | CpuBaseAddress |
CPU Interface Register base address. | |
u32 | DistBaseAddress |
Distributor Register base address. | |
XScuGic_VectorTableEntry | HandlerTable [XSCUGIC_MAX_NUM_INTR_INPUTS] |
Vector table of interrupt handlers. | |
This typedef contains configuration information for the device.
u32 XScuGic_Config::CpuBaseAddress |
CPU Interface Register base address.
Referenced by ScuGicExample(), ScuGicInterruptSetup(), ScuGicSelfTestExample(), and XScuGic_DeviceInterruptHandler().
u16 XScuGic_Config::DeviceId |
Unique ID of device.
u32 XScuGic_Config::DistBaseAddress |
Distributor Register base address.
Referenced by XScuGic_IsInitialized().
XScuGic_VectorTableEntry XScuGic_Config::HandlerTable[XSCUGIC_MAX_NUM_INTR_INPUTS] |
Vector table of interrupt handlers.
Referenced by XScuGic_CfgInitialize(), XScuGic_Connect(), XScuGic_DeviceInterruptHandler(), XScuGic_Disconnect(), XScuGic_InterruptHandler(), and XScuGic_RegisterHandler().