csudma
Xilinx SDK Drivers API Documentation
csudma Documentation

This header file contains identifiers and register-level driver functions (or macros), range macros, structure typedefs that can be used to access the Xilinx CSU_DMA core instance.

MODIFICATION HISTORY:
Ver   Who     Date     Changes

1.0 vnsld 22/10/14 First release 1.1 adk 10/05/16 Fixed CR#951040 race condition in the recv path when source and destination points to the same buffer. ms 03/17/17 Added readme.txt file in examples folder for doxygen generation. ms 04/10/17 Modified filename tag in xcsudma_selftest_example.c to include the file in doxygen examples. 1.2 adk 11/22/17 Added peripheral test app support for CSUDMA driver. adk 09/03/18 Added new API XCsuDma_64BitTransfer() useful for 64-bit dma transfers through PMU processor(CR#996201). 1.3 adk 13/07/18 Fixed doxygen warnings in the driver(CR#1006262). adk 08/08/18 Added new API XCsuDma_WaitForDoneTimeout() useful for polling dma transfer done. 1.4 adk 28/08/18 Fixed misra-c required standard violations..