|  | axidma
    Vitis Drivers API Documentation | 
This file demonstrates the example to do selftest on the device.
MODIFICATION HISTORY:
Ver   Who  Date     Changes
----- ---- -------- -------------------------------------------------------
9.3   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.
| Functions | |
| int | AxiDMASelfTestExample (u16 DeviceId) | 
| This function performance a reset of the DMA device and checks the device is coming out of reset or not.  More... | |
| int | main () | 
| The entry point for this example.  More... | |
| int AxiDMASelfTestExample | ( | u16 | DeviceId | ) | 
This function performance a reset of the DMA device and checks the device is coming out of reset or not.
| DeviceId | is the DMA device id. | 
References XAxiDma_CfgInitialize(), XAxiDma_LookupConfig(), and XAxiDma_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 AxiDMASelfTestExample().