Searched refs:leftTicks (Results 1 – 1 of 1) sorted by relevance
470 uint64_t leftTicks; in sleepClockTmrWake() local487 …leftTicks = cnt; //if we wake NOT from timer, only count the ticks that actually ticked as "time p… in sleepClockTmrWake()489 leftTicks -= 0x100000000ull; in sleepClockTmrWake()491 mTimeAccumulated += (*savedData - leftTicks) * 1000; //this clock runs at 1MHz in sleepClockTmrWake()