Searched refs:TIMER_LOADCOUNT (Results 1 – 1 of 1) sorted by relevance
27 static uint32_t TIMER_LOADCOUNT; variable51 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()72 TIMER_LOADCOUNT = timer_loadtimer * (APB_FREQ / MILLION); in clock_timer_init()
Completed in 2 milliseconds