intc
Xilinx SDK Drivers API Documentation
XIntc Struct Reference

The XIntc driver instance data. More...

Data Fields

UINTPTR BaseAddress
 Base address of registers. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
u32 IsStarted
 Device has been started. More...
 
u32 UnhandledInterrupts
 Intc Statistics. More...
 
XIntc_ConfigCfgPtr
 Pointer to instance config entry. More...
 

Detailed Description

The XIntc 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.

Field Documentation

u32 XIntc::IsStarted

Device has been started.

Referenced by XIntc_Initialize(), XIntc_Start(), and XIntc_Stop().

u32 XIntc::UnhandledInterrupts

Intc Statistics.