Searched refs:STM_DMA_NUM_DEVS (Results 1 – 1 of 1) sorted by relevance
35 #define STM_DMA_NUM_DEVS 2 macro107 static struct StmDmaDev gDmaDevs[STM_DMA_NUM_DEVS] = {132 static const enum IRQn STM_DMA_IRQ[STM_DMA_NUM_DEVS][STM_DMA_NUM_STREAMS] = {156 static const uint32_t STM_DMA_CLOCK_UNIT[STM_DMA_NUM_DEVS] = {241 if (busId >= STM_DMA_NUM_DEVS || stream >= STM_DMA_NUM_STREAMS) in dmaStart()308 for (busId = 0; busId < STM_DMA_NUM_DEVS; ++busId) { in dmaStopAll()