OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timGetTime
(Results
1 - 6
of
6
) sorted by null
/device/google/contexthub/firmware/os/core/
timer.c
60
uint64_t
timGetTime
(void)
67
uint64_t curTime =
timGetTime
();
69
while (curTime + length >
timGetTime
())
132
if ((!tim->useRtc && tim->expires <=
timGetTime
()) || (tim->useRtc && tim->expires <= rtcGetTime())) {
151
expires = tim->expires - rtcGetTime() +
timGetTime
();
162
} while (somethingDone || (nextTimer && (
timGetTime
() >= nextTimer || !platSleepClockRequest(nextTimer, maxJitter, maxDrift, maxErrTotal))));
175
uint64_t curTime = useRtc ? rtcGetTime() :
timGetTime
();
osApi.c
205
*timeNanos =
timGetTime
();
/device/google/contexthub/firmware/os/inc/
timer.h
40
uint64_t
timGetTime
(void); /* Time since some stable reference point in nanoseconds */
/device/google/contexthub/firmware/os/platform/stm32/
platform.c
408
uint64_t intState, curTime =
timGetTime
();
602
uint64_t predecrement = 0, curTime =
timGetTime
(), length = mWakeupTime - curTime, intState;
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
[
all
...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
[
all
...]
Completed in 92 milliseconds