Home
last modified time | relevance | path

Searched refs:mux_channel (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/drivers/dma/
Ddmamux_stm32.c271 #define DEV_DMA_BINDING(mux_channel) \ argument
272 ((mux_channel < DMA_1_END_DMAMUX_CHANNEL) ? DEV_DMA1 : DEV_DMA2)
273 #define DMA_CHANNEL(mux_channel) \ argument
274 ((mux_channel < DMA_1_END_DMAMUX_CHANNEL) ? \
275 (mux_channel + 1) : (mux_channel - DMA_2_BEGIN_DMAMUX_CHANNEL + 1))
Ddma_stm32.h21 int mux_channel; /* stores the dmamux channel */ member
Ddma_stm32.c97 callback_arg = stream->mux_channel; in dma_stm32_irq_handler()
609 config->streams[i].mux_channel = i + config->offset; in dma_stm32_init()