![]() |
uartpsv
Vitis Drivers API Documentation
|
This example runs on versal evaluation board (vck190), it performs self test by using XUartPsv driver.
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.
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().