Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_stm32_bdma.h67 bool stm32_bdma_is_ht_irq_active(BDMA_TypeDef *ma, uint32_t id);
Ddma_stm32_bdma.c235 inline bool stm32_bdma_is_ht_irq_active(BDMA_TypeDef *dma, uint32_t id) in stm32_bdma_is_ht_irq_active() function
250 stm32_bdma_is_ht_irq_active(dma, id) || in stm32_bdma_is_irq_active()
333 if (stm32_bdma_is_ht_irq_active(dma, id)) { in bdma_stm32_irq_handler()