![]() |
devcfg
Xilinx SDK Drivers API Documentation
|
Functions | |
| void | XDcfg_IntrEnable (XDcfg *InstancePtr, u32 Mask) |
| This function enables the specified interrupts in the device. More... | |
| void | XDcfg_IntrDisable (XDcfg *InstancePtr, u32 Mask) |
| This function disables the specified interrupts in the device. More... | |
| u32 | XDcfg_IntrGetEnabled (XDcfg *InstancePtr) |
| This function returns the enabled interrupts read from the Interrupt Mask Register. More... | |
| u32 | XDcfg_IntrGetStatus (XDcfg *InstancePtr) |
| This function returns the interrupt status read from Interrupt Status Register. More... | |
| void | XDcfg_IntrClear (XDcfg *InstancePtr, u32 Mask) |
| This function clears the specified interrupts in the Interrupt Status Register. More... | |
| void | XDcfg_InterruptHandler (XDcfg *InstancePtr) |
| The interrupt handler for the Device Config Interface. More... | |
| void | XDcfg_SetHandler (XDcfg *InstancePtr, void *CallBackFunc, void *CallBackRef) |
| This function sets the handler that will be called when an event (interrupt) occurs that needs application's attention. More... | |