Searched refs:bin_num (Results 1 – 1 of 1) sorted by relevance
605 const int32_t bin_num = in overTempCalUpdateSensorEstimate() local607 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()