Searched refs:DO_RESET (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/ |
D | gyro_cal.c | 67 DO_RESET = 0, // Resets the local data used for data tracking. enumerator 184 gyroStillMeanTracker(gyro_cal, DO_RESET); in gyroCalInit() 185 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in gyroCalInit() 408 gyroStillMeanTracker(gyro_cal, DO_RESET); in deviceStillnessCheck() 409 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck() 450 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck() 451 gyroStillMeanTracker(gyro_cal, DO_RESET); in deviceStillnessCheck() 563 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in checkWatchdog() 564 gyroStillMeanTracker(gyro_cal, DO_RESET); in checkWatchdog() 597 case DO_RESET: in gyroTemperatureStatsTracker() [all …]
|