axicdma
Vitis Drivers API Documentation
Examples

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

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.

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.

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.

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.

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.

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.