Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c23 int32_t temp_thresholds[4U]; member
328 if (config->temp_thresholds[idx] < INT32_MAX) { in set_ntc_thresholds()
329 uint32_t res = calc_ntc_res(config, config->temp_thresholds[idx]); in set_ntc_thresholds()
691 .temp_thresholds = {DT_INST_PROP_OR(n, thermistor_cold_millidegrees, INT32_MAX), \