Searched refs:thermistor_ohms (Results 1 – 1 of 1) sorted by relevance
25 uint32_t thermistor_ohms; member184 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), \