Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dtimer.c57 uint64_t timGetTime(void) in timGetTime() function
121 if (tim->expires <= timGetTime()) { in timFireAsNeededAndUpdateAlarms()
147 …} while (somethingDone || (nextTimer && (timGetTime() >= nextTimer || !platSleepClockRequest(nextT… in timFireAsNeededAndUpdateAlarms()
160 uint64_t curTime = timGetTime(); in timTimerSetEx()
Dnanohub_chre.c90 *timeNanos = timGetTime(); in osChreApiGetTime()
DosApi.c197 *timeNanos = timGetTime(); in osExpApiTimGetTime()
/device/google/contexthub/firmware/os/inc/
Dtimer.h40 uint64_t timGetTime(void); /* Time since some stable reference point in nanoseconds */
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c397 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest()
589 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c2930 currTime = timGetTime(); in lsm6dsm_handleEvent()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3589 currTime = timGetTime();