Searched refs:TIMR_Stop (Results 1 – 6 of 6) sorted by relevance
9 void TIMR_Stop(TIMR_TypeDef * TIMRx); //停止定时器
39 TIMR_Stop(TIMRx); //一些关键寄存器只能在定时器停止时设置 in TIMR_Init()117 void TIMR_Stop(TIMR_TypeDef * TIMRx) in TIMR_Stop() function
185 TIMR_Stop(hwtimer_cfg->TIMRx); in swm_timer_start()198 TIMR_Stop(hwtimer_cfg->TIMRx); in swm_timer_stop()
12 void TIMR_Stop(TIMR_TypeDef * TIMRx); //停止定时器
48 TIMR_Stop(TIMRx); //一些关键寄存器只能在定时器停止时设置 in TIMR_Init()221 void TIMR_Stop(TIMR_TypeDef * TIMRx) in TIMR_Stop() function
363 TIMR_Stop(hwtimer_cfg->TIMRx); in swm_timer_start()376 TIMR_Stop(hwtimer_cfg->TIMRx); in swm_timer_stop()
Completed in 13 milliseconds