![]() |
axicdma
Vitis Drivers API Documentation
|
Functions | |
| void | XAxiCdma_IntrEnable (XAxiCdma *InstancePtr, u32 Mask) |
| This function enables interrupts specified by the Mask. More... | |
| u32 | XAxiCdma_IntrGetEnabled (XAxiCdma *InstancePtr) |
| This function gets the mask for the interrupts that are currently enabled. More... | |
| void | XAxiCdma_IntrDisable (XAxiCdma *InstancePtr, u32 Mask) |
| This function disables interrupts specified by the Mask. More... | |
| void | XAxiCdma_IntrHandler (void *HandlerRef) |
| This function is the interrupt handler for the driver, it handles all the interrupts. More... | |