zephyr/drivers/dma
Ioannis Glaropoulos ba6dc5bc25 drivers: dma: sam0: fix macro definition
Fix the definition of DMA_SAM0_IRQ_CONNECT
pre-processor directive, so that it calls
DT_INST_IRQ_BY_IDX macro instead of
DT_INST_IRQ_HAS_IDX macro.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-03-30 08:32:17 -05:00
..
CMakeLists.txt
dma_dw.c drivers: dma: dma_dw: Convert to new DT_INST macros 2020-03-30 08:29:30 -05:00
dma_dw.h
dma_handlers.c
dma_nios2_msgdma.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_sam0.c drivers: dma: sam0: fix macro definition 2020-03-30 08:32:17 -05:00
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c drivers: stm32: Convert STM32 drivers to new DT_INST macros 2020-03-26 12:22:12 -05:00
dma_stm32.h
Kconfig
Kconfig.dw
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32