Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c26 uint16_t thermistor_beta; member
158 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), \