HomeSort by relevance Sort by last modified time
    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