mcdma
Vitis Drivers API Documentation
xmcdma_intr.c File Reference

Functions

void XMcdma_ChanIntrHandler (void *Instance)
 This function is the Per Channel interrupt handler for the MCDMA core. More...
 
s32 XMcdma_ChanSetCallBack (XMcdma_ChanCtrl *Chan, XMcdma_ChanHandler HandlerType, void *CallBackFunc, void *CallBackRef)
 This routine installs an asynchronous callback function for the given HandlerType. More...
 
void XMcdma_IntrHandler (void *Instance)
 This function is the S2MM(RX) interrupt handler for the MCDMA core. More...
 
void XMcdma_TxIntrHandler (void *Instance)
 This function is the MM2S interrupt handler for the MCDMA core. More...
 
s32 XMcdma_SetCallBack (XMcdma *InstancePtr, XMcdma_Handler HandlerType, void *CallBackFunc, void *CallBackRef)
 This routine installs an asynchronous callback function for the given HandlerType. More...