![]() |
axidma
Vitis Drivers API Documentation
|
Functions | |
int | XAxiDma_BdSetLength (XAxiDma_Bd *BdPtr, u32 LenBytes, u32 LengthMask) |
Set the length field for the given BD. More... | |
u32 | XAxiDma_BdSetBufAddr (XAxiDma_Bd *BdPtr, UINTPTR Addr) |
Set the BD's buffer address. More... | |
u32 | XAxiDma_BdSetBufAddrMicroMode (XAxiDma_Bd *BdPtr, UINTPTR Addr) |
Set the BD's buffer address when configured for Micro Mode. More... | |
int | XAxiDma_BdSetAppWord (XAxiDma_Bd *BdPtr, int Offset, u32 Word) |
Set the APP word at the specified APP word offset for a BD. More... | |
u32 | XAxiDma_BdGetAppWord (XAxiDma_Bd *BdPtr, int Offset, int *Valid) |
Get the APP word at the specified APP word offset for a BD. More... | |
void | XAxiDma_BdSetCtrl (XAxiDma_Bd *BdPtr, u32 Data) |
Set the control bits for a BD. More... | |
void | XAxiDma_DumpBd (XAxiDma_Bd *BdPtr) |
Dump the fields of a BD. More... | |