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.c83 static bool gyroTemperatureStatsTracker(struct GyroCal* gyro_cal,
185 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in gyroCalInit()
269 gyroTemperatureStatsTracker(gyro_cal, temperature_celsius, DO_UPDATE_DATA); in gyroCalUpdateGyro()
367 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_EVALUATE); in deviceStillnessCheck()
394 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_STORE_DATA); in deviceStillnessCheck()
409 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck()
450 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in deviceStillnessCheck()
563 gyroTemperatureStatsTracker(gyro_cal, 0.0f, DO_RESET); in checkWatchdog()
591 bool gyroTemperatureStatsTracker(struct GyroCal* gyro_cal, in gyroTemperatureStatsTracker() function