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

@section ex1 xaxicdma_example_hybrid_intr.c
Contains an example on how to use the XAxicdma driver directly.
This example shows the usage of the driver to transfer
packets in hybrid transfer mode through interrupt.

For details, see xaxicdma_example_hybrid_intr.c.

@section ex2 xaxicdma_example_hybrid_poll.c
Contains an example on how to use the XAxicdma driver directly.
This example shows the usage of the driver to transfer
packets in hybrid transfer mode without interrupt.

For details, see xaxicdma_example_hybrid_poll.c.

@section ex3 xaxicdma_example_sg_intr.c
Contains an example on how to use the XAxicdma driver directly.
This example shows the usage of the driver to transfer
packets in scatter gather transfer mode through interrupt.

For details, see xaxicdma_example_sg_intr.c.

@section ex4 xaxicdma_example_sg_poll.c
Contains an example on how to use the XAxicdma driver directly.
This example shows the usage of the driver to transfer
packets in scatter gather transfer mode without interrupt.

For details, see xaxicdma_example_sg_poll.c.

@section ex5 xaxicdma_example_simple_intr.c
Contains an example on how to use the XAxicdma driver directly.
This example shows the usage of the driver to transfer
packets in simple transfer mode through interrupt.

For details, see xaxicdma_example_simple_intr.c.

@section ex6 xaxicdma_example_simple_poll.c
Contains an example on how to use the XAxicdma driver directly.
This example shows the usage of the driver to transfer
packets in simple transfer mode without interrupt.

For details, see xaxicdma_example_simple_poll.c.
*/
