Searched refs:DO_RESET (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/ |
D | gyro_cal.c | 64 DO_RESET = 0, // Resets the local data used for data tracking. enumerator 181 gyroStillMeanTracker(gyro_cal, DO_RESET); in gyroCalInit() 182 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in gyroCalInit() 409 gyroStillMeanTracker(gyro_cal, DO_RESET); in deviceStillnessCheck() 410 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck() 451 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck() 452 gyroStillMeanTracker(gyro_cal, DO_RESET); in deviceStillnessCheck() 564 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in checkWatchdog() 565 gyroStillMeanTracker(gyro_cal, DO_RESET); in checkWatchdog() 598 case DO_RESET: in gyroTemperatureStatsTracker() [all …]
|