Home
last modified time | relevance | path

Searched refs:z_impl_dma_stop (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_handlers.c24 return z_impl_dma_stop((const struct device *)dev, channel); in z_vrfy_dma_stop()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h485 static inline int z_impl_dma_stop(const struct device *dev, uint32_t channel) in z_impl_dma_stop() function