Searched refs:temp_c (Results 1 – 3 of 3) sorted by relevance
35 def beta_equation_calc_resistance(r25, beta, temp_c): argument38 exp = beta * ((1 / c_to_k(temp_c)) - (1 / t0_kelvin))
104 temp = ntc_fixp_linear_interpolate(type->comp[low].ohm, type->comp[low].temp_c * 1000, in ntc_get_temp_mc()105 type->comp[high].ohm, type->comp[high].temp_c * 1000, in ntc_get_temp_mc()
13 const int32_t temp_c; member