HomeSort by relevance Sort by last modified time
    Searched refs:platSleepClockRequest (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/
platform.h 59 //in platSleepClockRequest() code to set next timer of some variety will live
67 bool platSleepClockRequest(uint64_t wakeupTime, uint32_t maxJitterPpm, uint32_t maxDriftPpm, uint32_t maxErrTotalPpm); //"nextTime == 0" => "no wakeup needed"
  /device/google/contexthub/firmware/os/core/
timer.c 162 } while (somethingDone || (nextTimer && (timGetTime() >= nextTimer || !platSleepClockRequest(nextTimer, maxJitter, maxDrift, maxErrTotal))));
165 platSleepClockRequest(0, 0, 0, 0);
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 406 bool platSleepClockRequest(uint64_t wakeupTime, uint32_t maxJitterPpm, uint32_t maxDriftPpm, uint32_t maxErrTotalPpm)

Completed in 56 milliseconds