Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/utils/
Dntc_thermistor_table.py35 def beta_equation_calc_resistance(r25, beta, temp_c): argument
38 exp = beta * ((1 / c_to_k(temp_c)) - (1 / t0_kelvin))
/Zephyr-Core-3.6.0/drivers/sensor/ntc_thermistor/
Dntc_thermistor_calc.c104 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()
Dntc_thermistor.h13 const int32_t temp_c; member