![]() |
mcdma
Xilinx SDK Drivers API Documentation
|
Functions | |
| s32 | XMcDma_CfgInitialize (XMcdma *InstancePtr, XMcdma_Config *CfgPtr) |
| This function initializes an MCDMA core. More... | |
| s32 | XMcDma_Initialize (XMcdma *InstancePtr, XMcdma_Config *CfgPtr) |
| This function initializes an MCDMA core. More... | |
| void | XMcDma_Reset (XMcdma *InstancePtr) |
| This function resets the MCDMA core. More... | |
| void | XMcdma_SetSGAWCache (XMcdma *InstancePtr, u8 Value) |
| This function sets the awcache field of the SG interface With the user specified value. More... | |
| void | XMcdma_SetSGARCache (XMcdma *InstancePtr, u8 Value) |
| This function sets the arcache field of the SG inteface With the user specified value. More... | |
| u32 | XMcdma_ResetIsDone (XMcdma *InstancePtr) |
| Check whether reset is done. More... | |
| u32 | XMcdma_Start (XMcdma_ChanCtrl *Chan) |
| Start the DMA engine. More... | |
| u32 | XMcdma_ChanHwStop (XMcdma_ChanCtrl *Chan) |
| Stops the DMA engine. More... | |
| void | XMcdma_EnableCh (XMcdma_ChanCtrl *Chan) |
| Enables a particuarl channel. More... | |
| u16 | XMcdma_GetChanServiced (XMcdma *InstancePtr) |
| Gets the last serviced s2mm channel number. More... | |
| u16 | XMcdma_GetTxChanServiced (XMcdma *InstancePtr) |
| Gets the last serviced mm2s channel number. More... | |
| void | XMcdma_DumpChanRegs (XMcdma_ChanCtrl *Chan) |
| Dump the registers for a channel. More... | |