Searched refs:cyp_hwtimer_obj (Results 1 – 1 of 1) sorted by relevance
41 static struct cyp_hwtimer cyp_hwtimer_obj[] = variable235 rt_device_hwtimer_isr(&cyp_hwtimer_obj[TIM1_INDEX].time_device); in isr_timer()238 rt_device_hwtimer_isr(&cyp_hwtimer_obj[TIM2_INDEX].time_device); in isr_timer()249 for (i = 0; i < sizeof(cyp_hwtimer_obj) / sizeof(cyp_hwtimer_obj[0]); i++) in cyp_hwtimer_init()251 cyp_hwtimer_obj[i].time_device.info = &_info; in cyp_hwtimer_init()252 cyp_hwtimer_obj[i].time_device.ops = &_ops; in cyp_hwtimer_init()253 …if (rt_device_hwtimer_register(&cyp_hwtimer_obj[i].time_device, cyp_hwtimer_obj[i].name, &cyp_hwti… in cyp_hwtimer_init()255 LOG_E("%s register failed", cyp_hwtimer_obj[i].name); in cyp_hwtimer_init()
Completed in 2 milliseconds