Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h274 float last_temp_check_celsius; member
Dover_temp_cal.c738 if (NANO_ABS(over_temp_cal->last_temp_check_celsius - temperature_celsius) > in overTempCalSetTemperature()
741 over_temp_cal->last_temp_check_celsius = temperature_celsius; in overTempCalSetTemperature()