![]() |
csudma
Xilinx SDK Drivers API Documentation
|
Functions | |
| u32 | XCsuDma_IntrGetStatus (XCsuDma *InstancePtr, XCsuDma_Channel Channel) |
| This function returns interrupt status read from Interrupt Status Register. More... | |
| void | XCsuDma_IntrClear (XCsuDma *InstancePtr, XCsuDma_Channel Channel, u32 Mask) |
| This function clears interrupt(s). More... | |
| void | XCsuDma_EnableIntr (XCsuDma *InstancePtr, XCsuDma_Channel Channel, u32 Mask) |
| This function enables the interrupt(s). More... | |
| void | XCsuDma_DisableIntr (XCsuDma *InstancePtr, XCsuDma_Channel Channel, u32 Mask) |
| This function disables the interrupt(s). More... | |
| u32 | XCsuDma_GetIntrMask (XCsuDma *InstancePtr, XCsuDma_Channel Channel) |
| This function returns the interrupt mask to know which interrupts are enabled and which of them were disaled. More... | |