Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.h57 bool stillness_window_ready; member
Dgyro_stillness_detect.c99 gyro_still_det->stillness_window_ready = in gyroStillDetUpdate()
215 gyro_still_det->stillness_window_ready = false; in gyroStillDetReset()
Dgyro_cal.c335 if ((!gyro_cal->mag_stillness_detect.stillness_window_ready && in deviceStillnessCheck()
337 !gyro_cal->accel_stillness_detect.stillness_window_ready || in deviceStillnessCheck()
338 !gyro_cal->gyro_stillness_detect.stillness_window_ready) { in deviceStillnessCheck()
579 if (!gyro_cal->mag_stillness_detect.stillness_window_ready && in checkWatchdog()