Searched refs:nu_timer1 (Results 1 – 3 of 3) sorted by relevance
47 static nu_timer_t nu_timer1; variable219 nu_timer1.timer_periph = TIMER1; in rt_hw_timer_init()220 nu_timer1.parent.info = &nu_timer_info; in rt_hw_timer_init()221 nu_timer1.parent.ops = &nu_timer_ops; in rt_hw_timer_init()222 nu_timer1.IRQn = TMR1_IRQn; in rt_hw_timer_init()223 ret = rt_device_hwtimer_register(&nu_timer1.parent, "timer1", &nu_timer1); in rt_hw_timer_init()288 rt_device_hwtimer_isr(&nu_timer1.parent); in TMR1_IRQHandler()
48 static nu_timer_t nu_timer1; variable220 nu_timer1.timer_periph = TIMER1; in rt_hw_timer_init()221 nu_timer1.parent.info = &nu_timer_info; in rt_hw_timer_init()222 nu_timer1.parent.ops = &nu_timer_ops; in rt_hw_timer_init()223 nu_timer1.IRQn = TMR1_IRQn; in rt_hw_timer_init()224 ret = rt_device_hwtimer_register(&nu_timer1.parent, "timer1", &nu_timer1); in rt_hw_timer_init()289 rt_device_hwtimer_isr(&nu_timer1.parent); in TMR1_IRQHandler()
47 static nu_timer_t nu_timer1; variable227 nu_timer1.timer_periph = TIMER1; in rt_hw_timer_init()228 nu_timer1.parent.info = &nu_timer_info; in rt_hw_timer_init()229 nu_timer1.parent.ops = &nu_timer_ops; in rt_hw_timer_init()230 nu_timer1.IRQn = TMR1_IRQn; in rt_hw_timer_init()231 ret = rt_device_hwtimer_register(&nu_timer1.parent, "timer1", &nu_timer1); in rt_hw_timer_init()324 rt_device_hwtimer_isr(&nu_timer1.parent); in TMR1_IRQHandler()
Completed in 6 milliseconds