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