uartlite
Vitis Drivers API Documentation
Examples

You can refer to the below stated example applications for more details on how to use uartlite driver.

xuartlite_selftest_example.c

Contains an example on how to use the XUartlite driver directly. This example performs the basic selftest using the driver.

For details, see xuartlite_selftest_example.c.

xuartlite_intr_example.c

Contains an example on how to use the XUartlite driver directly. This example shows the usage of driver in interrupt mode.

For details, see xuartlite_intr_example.c.

xuartlite_intr_tapp_example.c

Contains an example on how to use the XUartlite driver directly. This example shows the usage of driver in interrupt mode for transmission of data.

For details, see xuartlite_intr_tapp_example.c.

xuartlite_low_level_example.c

Contains an example on how to use the XUartlite driver directly. This example shows the usage of the low-level driver functions and macros of the driver.

For details, see xuartlite_low_level_example.c.

xuartlite_polled_example.c

Contains an example on how to use the XUartlite driver directly. This example shows the usage of the driver in polled mode.

For details, see xuartlite_polled_example.c.