Home
last modified time | relevance | path

Searched refs:currTime (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c2921 uint64_t currTime; in lsm6dsm_handleEvent() local
2930 currTime = timGetTime(); in lsm6dsm_handleEvent()
2931 if (currTime < 100000000ULL) { in lsm6dsm_handleEvent()
2932 timTimerSet(100000000 - currTime, 100, 100, lsm6dsm_timerCallback, NULL, true); in lsm6dsm_handleEvent()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3578 uint64_t currTime; local
3589 currTime = timGetTime();
3590 if (currTime < 100000000ULL) {
3591 if (timTimerSet(100000000 - currTime, 100, 100, sensorTimerCallback, NULL, true) == 0)