Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_stm32_bdma.h68 bool stm32_bdma_is_tc_irq_active(BDMA_TypeDef *ma, uint32_t id);
Ddma_stm32_bdma.c229 inline bool stm32_bdma_is_tc_irq_active(BDMA_TypeDef *dma, uint32_t id) in stm32_bdma_is_tc_irq_active() function
249 return stm32_bdma_is_tc_irq_active(dma, id) || in stm32_bdma_is_irq_active()
339 } else if (stm32_bdma_is_tc_irq_active(dma, id)) { in bdma_stm32_irq_handler()