Searched refs:nu_timer0 (Results 1 – 3 of 3) sorted by relevance
43 static nu_timer_t nu_timer0; variable205 nu_timer0.timer_periph = TIMER0; in rt_hw_timer_init()206 nu_timer0.parent.info = &nu_timer_info; in rt_hw_timer_init()207 nu_timer0.parent.ops = &nu_timer_ops; in rt_hw_timer_init()208 nu_timer0.IRQn = TMR0_IRQn; in rt_hw_timer_init()209 ret = rt_device_hwtimer_register(&nu_timer0.parent, "timer0", &nu_timer0); in rt_hw_timer_init()273 rt_device_hwtimer_isr(&nu_timer0.parent); in TMR0_IRQHandler()
44 static nu_timer_t nu_timer0; variable206 nu_timer0.timer_periph = TIMER0; in rt_hw_timer_init()207 nu_timer0.parent.info = &nu_timer_info; in rt_hw_timer_init()208 nu_timer0.parent.ops = &nu_timer_ops; in rt_hw_timer_init()209 nu_timer0.IRQn = TMR0_IRQn; in rt_hw_timer_init()210 ret = rt_device_hwtimer_register(&nu_timer0.parent, "timer0", &nu_timer0); in rt_hw_timer_init()274 rt_device_hwtimer_isr(&nu_timer0.parent); in TMR0_IRQHandler()
43 static nu_timer_t nu_timer0; variable213 nu_timer0.timer_periph = TIMER0; in rt_hw_timer_init()214 nu_timer0.parent.info = &nu_timer_info; in rt_hw_timer_init()215 nu_timer0.parent.ops = &nu_timer_ops; in rt_hw_timer_init()216 nu_timer0.IRQn = TMR0_IRQn; in rt_hw_timer_init()217 ret = rt_device_hwtimer_register(&nu_timer0.parent, "timer0", &nu_timer0); in rt_hw_timer_init()309 rt_device_hwtimer_isr(&nu_timer0.parent); in TMR0_IRQHandler()
Completed in 15 milliseconds