![]() |
![]() |
INTC Data object structure parameters. More...
#include <csl_intc.h>
Data Fields | |
| CSL_IRQ_Dispatch * | IrqDispatchTable |
| Uint32 | IrqIntTable [IRQ_INT_CNT] |
| Uint32 | IrqEventTable [IRQ_EVENT_CNT] |
| Uint16 | biosPresent |
INTC Data object structure parameters.
| Uint16 CSL_IrqDataObj::biosPresent |
DspBios is present or not
Referenced by IRQ_init().
Pointer to INTC dispatch structure
Referenced by IRQ_config(), IRQ_getArg(), IRQ_getConfig(), IRQ_init(), and IRQ_setArg().
| Uint32 CSL_IrqDataObj::IrqEventTable[IRQ_EVENT_CNT] |
Irq Event table
Referenced by IRQ_init().
| Uint32 CSL_IrqDataObj::IrqIntTable[IRQ_INT_CNT] |
Irq Interrupt table
Referenced by IRQ_init(), and IRQ_map().
1.7.4