Home
last modified time | relevance | path

Searched refs:leftTicks (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c470 uint64_t leftTicks; in sleepClockTmrWake() local
487leftTicks = 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()