Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h27 uint32_t pulldown_ohm; member
Dntc_thermistor.c148 .pulldown_ohm = DT_INST_PROP(inst, pulldown_ohm), \
Dntc_thermistor_calc.c77 ohm = cfg->pulldown_ohm * (sample_value_max - sample_value) / sample_value; in ntc_get_ohm_of_thermistor()