Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c64 DO_RESET = 0, // Resets the local data used for data tracking. enumerator
224 gyroStillMeanTracker(gyro_cal, DO_RESET); in gyroCalInit()
225 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in gyroCalInit()
452 gyroStillMeanTracker(gyro_cal, DO_RESET); in deviceStillnessCheck()
453 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck()
500 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck()
501 gyroStillMeanTracker(gyro_cal, DO_RESET); in deviceStillnessCheck()
599 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in checkWatchdog()
600 gyroStillMeanTracker(gyro_cal, DO_RESET); in checkWatchdog()
649 case DO_RESET: in gyroTemperatureStatsTracker()
[all …]