Home
last modified time | relevance | path

Searched refs:dma_stm32_stop (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_stm32.h115 int dma_stm32_stop(const struct device *dev, uint32_t id);
Ddma_stm32.c594 DMA_STM32_EXPORT_API int dma_stm32_stop(const struct device *dev, uint32_t id) in dma_stm32_stop() function
693 .stop = dma_stm32_stop,
Ddmamux_stm32.c80 dma_stm32_stop,
Ddma_stm32u5.c628 static int dma_stm32_stop(const struct device *dev, uint32_t id) in dma_stm32_stop() function
714 .stop = dma_stm32_stop,