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.c507 uint32_t maxCounter; member
520 .maxCounter = 0xffffffff,
534 .maxCounter = 0xffffffff,
548 .maxCounter = 0xffffffff,
562 .maxCounter = 0xffffffff,
576 .maxCounter = 0xffffffff,
588 .maxCounter = 0xffffffff,
611 for (sleepClock = platSleepClocks; sleepClock->maxCounter; sleepClock++) { in platSleep()
634 …leepClock->resolution, sleepClock->resolutionReciprocal) > sleepClock->maxCounter && !leastBadOpti… in platSleep()
658 if (!sleepClock->maxCounter) in platSleep()