zephyr/drivers/dma
Francois Ramu 60644a3e2c drivers: dma: irq handler of the dma_stm32
define the irq handler in case of DMA V1 or V2,
for the stm32x soc series
with DMA V1 raise Fifo Error if enabled
with V2, handle the Global Interrupt

Signed-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-17 03:13:02 -05:00
..
CMakeLists.txt
dma_dw.c
dma_dw.h
dma_handlers.c
dma_nios2_msgdma.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_sam0.c
dma_stm32_v1.c drivers: dma: irq handler of the dma_stm32 2020-04-17 03:13:02 -05:00
dma_stm32_v2.c drivers: dma: irq handler of the dma_stm32 2020-04-17 03:13:02 -05:00
dma_stm32.c drivers: dma: channel direction of the dma_stm32 2020-04-17 03:13:02 -05:00
dma_stm32.h drivers: dma: irq handler of the dma_stm32 2020-04-17 03:13:02 -05:00
Kconfig
Kconfig.dw
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32