![]() |
uartpsv
Xilinx SDK Drivers API Documentation
|
This file contains an example using the XUartPsv driver to do self test on the device.
None
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 sg 09/18/17 First Release
Functions | |
| int | UartPsvSelfTestExample (u16 DeviceId) |
| This function does a minimal test on the XUartPsv driver. More... | |
| int | main (void) |
| Main function to call the example. More... | |
| int main | ( | void | ) |
Main function to call the example.
| None |
References UartPsvSelfTestExample().
| int UartPsvSelfTestExample | ( | u16 | DeviceId | ) |
This function does a minimal test on the XUartPsv driver.
| DeviceId | is the XPAR_<UARTPSV_instance>_DEVICE_ID value from xparameters.h |
References XUartPsv_Config::BaseAddress, XUartPsv_CfgInitialize(), XUartPsv_LookupConfig(), and XUartPsv_SelfTest().
Referenced by main().