Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c368 bool device_is_still = false; in deviceStillnessCheck() local
413 device_is_still = (conf_still > gyro_cal->stillness_threshold) && in deviceStillnessCheck()
416 if (device_is_still) { in deviceStillnessCheck()