zephyr/drivers/dma
Jun Li 486dab02ec dma: stm32: implement get_status api
get_status api is not implemented in stm32 dma driver
but it will be used by others like async uart driver.

Signed-off-by: Jun Li <jun.r.li@intel.com>
2020-06-16 10:55:19 -05:00
..
CMakeLists.txt dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_dw.c
dma_dw.h
dma_handlers.c
dma_mcux_edma.c dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_mcux_edma.h dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_nios2_msgdma.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_sam0.c dma: add error check on peripheral to peripheral 2020-06-12 13:03:28 -05:00
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c dma: stm32: implement get_status api 2020-06-16 10:55:19 -05:00
dma_stm32.h
dmamux_stm32.c
dmamux_stm32.h
Kconfig dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.dw
Kconfig.mcux_edma dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32