OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leftticks
(Results
1 - 1
of
1
) sorted by null
/device/google/contexthub/firmware/src/platform/stm32f4xx/
platform.c
467
uint64_t
leftTicks
;
484
leftTicks
= cnt; //if we wake NOT from timer, only count the ticks that actually ticked as "time passed"
486
leftTicks
-= 0x100000000ull;
488
mTimeAccumulated += (*savedData -
leftTicks
) * 1000; //this clock runs at 1MHz
Completed in 465 milliseconds