Searched refs:thermistor_beta (Results 1 – 1 of 1) sorted by relevance
26 uint16_t thermistor_beta; member158 float inv_temp_k = (1.f / 298.15f) - (log_result / (float)config->thermistor_beta); in calc_temp()185 exp((float)config->thermistor_beta * (inv_temp_k - inv_t0)); in calc_ntc_res()682 .thermistor_beta = DT_INST_PROP(n, thermistor_beta), \