Searched refs:STM32_DMA_SLOT (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_stm32.h | 35 #define STM32_DMA_SLOT(id, dir, slot) 0 macro 38 #define STM32_DMA_SLOT(id, dir, slot) DT_INST_DMAS_CELL_BY_NAME(id, dir, slot) macro
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_stm32.c | 758 .dma_slot = STM32_DMA_SLOT(0, dir, slot), \
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_ll_stm32.c | 996 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
|
/Zephyr-latest/drivers/spi/ |
D | spi_ll_stm32.c | 1321 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_stm32.c | 2085 .dma_slot = STM32_DMA_SLOT(index, dir, slot), \
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.c | 2225 .dma_slot = STM32_DMA_SLOT(index, dir, slot),\
|