axivdma
Vitis Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
6.2 ms 01/23/17 Modified xil_printf statement in main function to ensure that "Successfully ran" and "Failed" strings are available in all examples. This is a fix for CR-965028. ms 04/05/17 Modified Comment lines in functions to recognize it as documentation block for doxygen generation of examples. 6.5 rsp 05/12/17 Fix compilation error.Rename macro for dma device id. CR-990803
Functions | |
int | AxiVDMASelfTestExample (u16 DeviceId) |
This function performance a reset of the VDMA device and checks the device is coming out of reset or not. More... | |
int | main () |
The entry point for this example. More... | |
int AxiVDMASelfTestExample | ( | u16 | DeviceId | ) |
This function performance a reset of the VDMA device and checks the device is coming out of reset or not.
DeviceId | is the DMA device id. |
References XAxiVdma_Config::BaseAddress, XAxiVdma_CfgInitialize(), XAxiVdma_LookupConfig(), and XAxiVdma_Selftest().
Referenced by main().
int main | ( | void | ) |
The entry point for this example.
It invokes the example function, and reports the execution status.
None. |
References AxiVDMASelfTestExample().