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.c457 uint64_t leftTicks; in sleepClockTmrWake() local
474leftTicks = cnt; //if we wake NOT from timer, only count the ticks that actually ticked as "time p… in sleepClockTmrWake()
476 leftTicks -= 0x100000000ull; in sleepClockTmrWake()
478 mTimeAccumulated += (*savedData - leftTicks) * 1000; //this clock runs at 1MHz in sleepClockTmrWake()