Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.h101 float stillness_threshold; // units: (radians per second)^2 member
141 float stillness_threshold; member
Dgyro_cal.c163 gyro_cal->stillness_threshold = parameters->stillness_threshold; in gyroCalInit()
371 device_is_still = (conf_still > gyro_cal->stillness_threshold) && in deviceStillnessCheck()