Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c80 static bool gyroTemperatureStatsTracker(struct GyroCal* gyro_cal,
182 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in gyroCalInit()
270 gyroTemperatureStatsTracker(gyro_cal, temperature_celsius, DO_UPDATE_DATA); in gyroCalUpdateGyro()
368 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_EVALUATE); in deviceStillnessCheck()
395 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_STORE_DATA); in deviceStillnessCheck()
410 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck()
451 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck()
564 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in checkWatchdog()
592 bool gyroTemperatureStatsTracker(struct GyroCal* gyro_cal, in gyroTemperatureStatsTracker() function