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
Kconfig dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.dw drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -05:00
Kconfig.mcux_edma dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
Kconfig.nios2_msgdma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_xdmac kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers: dma: Enable dma and dmamux on stm32 2020-05-05 11:51:25 -05:00
dma_dw.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
dma_dw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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 drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
dma_sam0.c dma: add error check on peripheral to peripheral 2020-06-12 13:03:28 -05:00
dma_sam_xdmac.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
dma_sam_xdmac.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32.c dma: stm32: implement get_status api 2020-06-16 10:55:19 -05:00
dma_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32_v1.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma_stm32_v2.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dmamux_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dmamux_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00