/** \page example Examples
You can refer to the below stated example applications for more details on how to use uartps driver.

@section ex1 xuartps_selftest_example.c
Contains an example on how to use the XUartps driver directly.
This example performs the basic selftest using the driver.

For details, see xuartps_selftest_example.c.

@section ex2 xuartps_hello_world_example.c
Contains an example on how to use the XUartps driver directly.
This example shows the usage of functions of the driver.

For details, see xuartps_hello_world_example.c.

@section ex3 xuartps_intr_example.c
Contains an example on how to use the XUartps driver directly.
This example shows the usage of driver in interrupt mode.
It sends data and expects to receive the same data through the
device using the local loopback mode.

For details, see xuartps_intr_example.c.

@section ex4 xuartps_low_echo_example.c
Contains an example on how to use the XUartps driver directly.
This example shows the usage of the low-level driver functions
and macros of the driver.

For details, see xuartps_low_echo_example.c.

@section ex5 xuartps_polled_example.c
Contains an example on how to use the XUartps driver directly.
This example shows the usage of the driver in polled mode.

For details, see xuartps_polled_example.c.
*/
