Searched refs:Timer_LoopCount (Results 1 – 1 of 1) sorted by relevance
30 static unsigned int Timer_LoopCount; /* Count unit is 10 seconds */ variable36 Timer_LoopCount++; in timer_cb_fun()51 return (unsigned long long)(Timer_LoopCount) * (TIMER_LOADCOUNT + 1) + cv; in timer_current_value()54 return (unsigned long long)(Timer_LoopCount + 1) * (TIMER_LOADCOUNT + 1) - cv - 1; in timer_current_value()115 Timer_LoopCount = 0; in clock_timer_start()
Completed in 3 milliseconds