Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c467 uint64_t leftTicks; in sleepClockTmrWake() local
484leftTicks = 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()