Home
last modified time | relevance | path

Searched refs:stm32_dma_disable_stream (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_stm32.h92 int stm32_dma_disable_stream(DMA_TypeDef *dma, uint32_t id);
Ddma_stm32_v2.c320 int stm32_dma_disable_stream(DMA_TypeDef *dma, uint32_t id) in stm32_dma_disable_stream() function
Ddma_stm32_v1.c331 int stm32_dma_disable_stream(DMA_TypeDef *dma, uint32_t id) in stm32_dma_disable_stream() function
Ddma_stm32u5.c215 int stm32_dma_disable_stream(DMA_TypeDef *dma, uint32_t id) in stm32_dma_disable_stream() function
330 if (stm32_dma_disable_stream(dma, id) == 0) { in dma_stm32_disable_stream()
Ddma_stm32.c258 if (stm32_dma_disable_stream(dma, id) == 0) { in dma_stm32_disable_stream()