![]() |
scugic
Xilinx Vitis Drivers API Documentation
|
The XScuGic driver instance data. More...
Data Fields | |
XScuGic_Config * | Config |
Configuration table entry. | |
u32 | IsReady |
Device is initialized and ready. | |
u32 | UnhandledInterrupts |
Intc Statistics. | |
The XScuGic driver instance data.
The user is required to allocate a variable of this type for every intc device in the system. A pointer to a variable of this type is then passed to the driver API functions.
XScuGic_Config* XScuGic::Config |
Configuration table entry.
Referenced by XScuGic_CfgInitialize(), XScuGic_Connect(), XScuGic_Disconnect(), and XScuGic_InterruptHandler().
u32 XScuGic::IsReady |
Device is initialized and ready.
Referenced by XScuGic_CfgInitialize(), XScuGic_Connect(), XScuGic_Disable(), XScuGic_Disconnect(), XScuGic_Enable(), XScuGic_GetPriorityTriggerType(), XScuGic_SelfTest(), XScuGic_SetPriorityTriggerType(), and XScuGic_SoftwareIntr().
u32 XScuGic::UnhandledInterrupts |
Intc Statistics.