Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h26 uint32_t pullup_ohm; member
Dntc_thermistor.c147 .pullup_ohm = DT_INST_PROP(inst, pullup_ohm), \
Dntc_thermistor_calc.c79 ohm = cfg->pullup_ohm * sample_value / (sample_value_max - sample_value); in ntc_get_ohm_of_thermistor()