mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:22:30 +00:00
Implement the get_status DMA API for the SAM0 DMA controller. The busy field is set only when the selected channel is actively transferring data (i.e. both enabled and selected by the arbiter). The direction field is left unset, since that information is not normally retained by the DMA controller. Signed-off-by: Derek Hageman <hageman@inthat.cloud> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dma_cavs.c | ||
dma_cavs.h | ||
dma_handlers.c | ||
dma_nios2_msgdma.c | ||
dma_qmsi.c | ||
dma_sam_xdmac.c | ||
dma_sam_xdmac.h | ||
dma_sam0.c | ||
dma_stm32f4x.c | ||
Kconfig | ||
Kconfig.cavs | ||
Kconfig.nios2_msgdma | ||
Kconfig.qmsi | ||
Kconfig.sam_xdmac | ||
Kconfig.sam0 | ||
Kconfig.stm32f4x |