Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor_calc.c69 return cfg->connected_positive ? INT_MAX : 0; in ntc_get_ohm_of_thermistor()
73 return cfg->connected_positive ? 0 : INT_MAX; in ntc_get_ohm_of_thermistor()
76 if (cfg->connected_positive) { in ntc_get_ohm_of_thermistor()
Dntc_thermistor.h24 bool connected_positive; member
Dntc_thermistor.c149 .connected_positive = DT_INST_PROP(inst, connected_positive), \