Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c25 uint32_t thermistor_ohms; member
184 return config->thermistor_ohms * in calc_ntc_res()
332 uint16_t code = (1024 * res) / (res + config->thermistor_ohms); in set_ntc_thresholds()
680 .thermistor_ohms = DT_INST_PROP(n, thermistor_ohms), \
681 .thermistor_idx = DT_INST_ENUM_IDX(n, thermistor_ohms), \