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