Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/native/
Drtc.c38 uint64_t rtcGetTime(void) in rtcGetTime() function
/device/google/contexthub/firmware/os/platform/native/inc/plat/
Drtc.h34 uint64_t rtcGetTime(void);
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Drtc.h41 uint64_t rtcGetTime(void);
/device/google/contexthub/firmware/os/core/
Dtimer.c132 …((!tim->useRtc && tim->expires <= timGetTime()) || (tim->useRtc && tim->expires <= rtcGetTime())) { in timFireAsNeededAndUpdateAlarms()
151 expires = tim->expires - rtcGetTime() + timGetTime(); in timFireAsNeededAndUpdateAlarms()
175 uint64_t curTime = useRtc ? rtcGetTime() : timGetTime(); in timTimerSetEx()
Dsensors.c848 return rtcGetTime(); in sensorGetTime()
DosApi.c283 *timeNanos = rtcGetTime(); in osExpApiRtcGetTime()
/device/google/contexthub/firmware/os/platform/stm32/
Drtc.c250 uint64_t rtcGetTime(void) in rtcGetTime() function
Dplatform.c434 *savedData = rtcGetTime(); in sleepClockRtcPrepare()
449 mTimeAccumulated += rtcGetTime() - *savedData; in sleepClockRtcWake()