Searched refs:timer_interrupt_enable (Results 1 – 4 of 4) sorted by relevance
148 timer_interrupt_enable(config->timer_periph, TIMER_INT_FLAG_UP); in gd32_hwtimer_init()169 timer_interrupt_enable(config->timer_periph, TIMER_INT_FLAG_UP); in gd32_hwtimer_start()
538 timer_interrupt_enable(g_gd32_hwtimer[i].hw_data.reg_base, TIMER_INT_UP); in rt_hwtimer_init()
711 void timer_interrupt_enable(uint32_t timer_periph, uint32_t interrupt);
1841 void timer_interrupt_enable(uint32_t timer_periph, uint32_t interrupt) in timer_interrupt_enable() function
Completed in 14 milliseconds