Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dtimer.c60 uint64_t timGetTime(void) in timGetTime() function
67 uint64_t curTime = timGetTime(); in timDelay()
69 while (curTime + length > timGetTime()) in timDelay()
132 …if ((!tim->useRtc && tim->expires <= timGetTime()) || (tim->useRtc && tim->expires <= rtcGetTime()… in timFireAsNeededAndUpdateAlarms()
151 expires = tim->expires - rtcGetTime() + timGetTime(); in timFireAsNeededAndUpdateAlarms()
162 …} while (somethingDone || (nextTimer && (timGetTime() >= nextTimer || !platSleepClockRequest(nextT… in timFireAsNeededAndUpdateAlarms()
175 uint64_t curTime = useRtc ? rtcGetTime() : timGetTime(); in timTimerSetEx()
DosApi.c205 *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.c408 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest()
602 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3753 currTime = timGetTime();
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4905 currTime = timGetTime(); in lsm6dsm_handleEvent()