Searched refs:currTime (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 2921 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/ |
D | bosch_bmi160.c | 3578 uint64_t currTime; local 3589 currTime = timGetTime(); 3590 if (currTime < 100000000ULL) { 3591 if (timTimerSet(100000000 - currTime, 100, 100, sensorTimerCallback, NULL, true) == 0)
|