Searched refs:rt_hw_timer_unit_init (Results 1 – 1 of 1) sorted by relevance
229 static struct efm32_timer_device_t *rt_hw_timer_unit_init( in rt_hw_timer_unit_init() function340 if ((timer = rt_hw_timer_unit_init(&timer0_device, 0, RT_USING_TIMER0)) \ in rt_hw_timer_init()349 if ((timer = rt_hw_timer_unit_init(&timer1_device, 1, RT_USING_TIMER1)) \ in rt_hw_timer_init()357 if ((timer = rt_hw_timer_unit_init(&timer2_device, 2, RT_USING_TIMER2)) \ in rt_hw_timer_init()
Completed in 3 milliseconds