Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dtimer.c50 uint64_t timGetTime(void) in timGetTime() function
110 if (tim->expires <= timGetTime()) { in timFireAsNeededAndUpdateAlarms()
135 …} while (somethingDone || (nextTimer && (timGetTime() >= nextTimer || !platSleepClockRequest(nextT… in timFireAsNeededAndUpdateAlarms()
148 uint64_t curTime = timGetTime(); in timTimerSetEx()
DosApi.c189 *timeNanos = timGetTime(); in osExpApiTimGetTime()
/device/google/contexthub/firmware/inc/
Dtimer.h40 uint64_t timGetTime(void); /* Time since some stable reference point in nanoseconds */
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c407 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest()
595 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c2950 currTime = timGetTime(); in handleEvent()