Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_gd32_timer.c122 static void interrupt_disable(const struct device *dev, uint32_t interrupt) in interrupt_disable() function
304 interrupt_disable(dev, TIMER_INT_CH(chan)); in counter_gd32_timer_cancel_alarm()
326 interrupt_disable(dev, TIMER_INT_UP); in counter_gd32_timer_set_top_value()
404 interrupt_disable(dev, TIMER_INT_CH(chan)); in alarm_irq_handle()
440 interrupt_disable(dev, TIMER_INT_ALL); in counter_gd32_timer_init()