zephyr/drivers/dma
Derek Hageman 64e02021ee drivers: dma: sam0: Implement get_status API
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>
2019-05-30 17:18:44 -04:00
..
CMakeLists.txt drivers: dma: Add SAM0 DMAC driver 2019-05-02 19:20:12 -05:00
dma_cavs.c
dma_cavs.h
dma_handlers.c
dma_nios2_msgdma.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
dma_qmsi.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
dma_sam_xdmac.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
dma_sam_xdmac.h
dma_sam0.c drivers: dma: sam0: Implement get_status API 2019-05-30 17:18:44 -04:00
dma_stm32f4x.c api: dma: add api to retrieve runtime status 2019-05-07 22:14:36 -04:00
Kconfig drivers: dma: Add SAM0 DMAC driver 2019-05-02 19:20:12 -05:00
Kconfig.cavs
Kconfig.nios2_msgdma
Kconfig.qmsi
Kconfig.sam_xdmac
Kconfig.sam0 drivers: dma: Add SAM0 DMAC driver 2019-05-02 19:20:12 -05:00
Kconfig.stm32f4x