Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c605 const int32_t bin_num = in overTempCalUpdateSensorEstimate() local
607 const float temp_lo_check = bin_num * over_temp_cal->delta_temp_per_bin; in overTempCalUpdateSensorEstimate()
608 const float temp_hi_check = (bin_num + 1) * over_temp_cal->delta_temp_per_bin; in overTempCalUpdateSensorEstimate()