Searched refs:nu_timer3 (Results 1 – 3 of 3) sorted by relevance
55 static nu_timer_t nu_timer3; variable247 nu_timer3.timer_periph = TIMER3; in rt_hw_timer_init()248 nu_timer3.parent.info = &nu_timer_info; in rt_hw_timer_init()249 nu_timer3.parent.ops = &nu_timer_ops; in rt_hw_timer_init()250 nu_timer3.IRQn = TMR3_IRQn; in rt_hw_timer_init()251 ret = rt_device_hwtimer_register(&nu_timer3.parent, "timer3", &nu_timer3); in rt_hw_timer_init()318 rt_device_hwtimer_isr(&nu_timer3.parent); in TMR3_IRQHandler()
56 static nu_timer_t nu_timer3; variable248 nu_timer3.timer_periph = TIMER3; in rt_hw_timer_init()249 nu_timer3.parent.info = &nu_timer_info; in rt_hw_timer_init()250 nu_timer3.parent.ops = &nu_timer_ops; in rt_hw_timer_init()251 nu_timer3.IRQn = TMR3_IRQn; in rt_hw_timer_init()252 ret = rt_device_hwtimer_register(&nu_timer3.parent, "timer3", &nu_timer3); in rt_hw_timer_init()319 rt_device_hwtimer_isr(&nu_timer3.parent); in TMR3_IRQHandler()
55 static nu_timer_t nu_timer3; variable255 nu_timer3.timer_periph = TIMER3; in rt_hw_timer_init()256 nu_timer3.parent.info = &nu_timer_info; in rt_hw_timer_init()257 nu_timer3.parent.ops = &nu_timer_ops; in rt_hw_timer_init()258 nu_timer3.IRQn = TMR3_IRQn; in rt_hw_timer_init()259 ret = rt_device_hwtimer_register(&nu_timer3.parent, "timer3", &nu_timer3); in rt_hw_timer_init()354 rt_device_hwtimer_isr(&nu_timer3.parent); in TMR3_IRQHandler()
Completed in 7 milliseconds