Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c493 uint64_t resolutionReciprocal; // speed up runtime by using 48 more code bytes? yes please! member
506 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),
520 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),
534 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),
548 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/32768),
562 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(1000000000ull/1000000),
574 .resolutionReciprocal = U64_RECIPROCAL_CALCULATE(16000000000ull/1000000),
621 …cipAssistedUdiv64by64(length, sleepClock->resolution, sleepClock->resolutionReciprocal) > sleepClo… in platSleep()