Searched refs:SysTick_Counter (Results 1 – 4 of 4) sorted by relevance
165 void SYSTICK_CounterCmd(u32 SysTick_Counter) in SYSTICK_CounterCmd() argument168 Assert_Param(IS_SYSTICK_COUNTER(SysTick_Counter)); in SYSTICK_CounterCmd()170 if (SysTick_Counter == SYSTICK_COUNTER_CLEAR) in SYSTICK_CounterCmd()176 if (SysTick_Counter == SYSTICK_COUNTER_ENABLE) in SYSTICK_CounterCmd()
157 void SYSTICK_CounterCmd(u32 SysTick_Counter) in SYSTICK_CounterCmd() argument160 Assert_Param(IS_SYSTICK_COUNTER(SysTick_Counter)); in SYSTICK_CounterCmd()162 if (SysTick_Counter == SYSTICK_COUNTER_CLEAR) in SYSTICK_CounterCmd()168 if (SysTick_Counter == SYSTICK_COUNTER_ENABLE) in SYSTICK_CounterCmd()
111 void SYSTICK_CounterCmd(u32 SysTick_Counter);
112 void SYSTICK_CounterCmd(u32 SysTick_Counter);
Completed in 7 milliseconds