Lines Matching refs:TIMRx
44 .TIMRx = TIMR0, \
54 .TIMRx = TIMR1, \
64 .TIMRx = TIMR2, \
74 .TIMRx = TIMR3, \
84 .TIMRx = TIMR4, \
94 .TIMRx = BTIMR0, \
104 .TIMRx = BTIMR1, \
114 .TIMRx = BTIMR2, \
124 .TIMRx = BTIMR3, \
134 .TIMRx = BTIMR4, \
144 .TIMRx = BTIMR5, \
154 .TIMRx = BTIMR6, \
164 .TIMRx = BTIMR7, \
174 .TIMRx = BTIMR8, \
184 .TIMRx = BTIMR9, \
194 .TIMRx = BTIMR10, \
204 .TIMRx = BTIMR11, \
212 TIMR_TypeDef *TIMRx; member
341 TIMR_Init(hwtimer_cfg->TIMRx, TIMR_MODE_TIMER, CyclesPerUs, 1000000, 1); in swm_timer_configure()
362 hwtimer_cfg->TIMRx->LOAD = cnt - 1; in swm_timer_start()
363 TIMR_Stop(hwtimer_cfg->TIMRx); in swm_timer_start()
364 TIMR_Start(hwtimer_cfg->TIMRx); in swm_timer_start()
376 TIMR_Stop(hwtimer_cfg->TIMRx); in swm_timer_stop()
385 return TIMR_GetCurValue(hwtimer_cfg->TIMRx); in swm_timer_count_get()
403 TIMR_Init(hwtimer_cfg->TIMRx, TIMR_MODE_TIMER, CyclesPerUs, freq, 1); in swm_timer_control()
432 TIMR_INTClr(hwtimer_cfg->TIMRx); in swm_timer_isr()