Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c494 uint32_t maxCounter; member
507 .maxCounter = 0xffffffff,
521 .maxCounter = 0xffffffff,
535 .maxCounter = 0xffffffff,
549 .maxCounter = 0xffffffff,
563 .maxCounter = 0xffffffff,
575 .maxCounter = 0xffffffff,
598 for (sleepClock = platSleepClocks; sleepClock->maxCounter; sleepClock++) { in platSleep()
621 …leepClock->resolution, sleepClock->resolutionReciprocal) > sleepClock->maxCounter && !leastBadOpti… in platSleep()
645 if (!sleepClock->maxCounter) in platSleep()