Searched refs:inv_temp_k (Results 1 – 1 of 1) sorted by relevance
158 float inv_temp_k = (1.f / 298.15f) - (log_result / (float)config->thermistor_beta); in calc_temp() local160 float temp = (1.f / inv_temp_k) - 273.15f; in calc_temp()182 float inv_temp_k = 1.f / (temp + 273.15f); in calc_ntc_res() local185 exp((float)config->thermistor_beta * (inv_temp_k - inv_t0)); in calc_ntc_res()