Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h25 uint32_t pullup_mv; member
Dntc_thermistor.c51 if (cfg->ntc_cfg.pullup_mv) { in ntc_thermistor_sample_fetch()
56 data->sample_val_max = cfg->ntc_cfg.pullup_mv; in ntc_thermistor_sample_fetch()
146 .pullup_mv = DT_INST_PROP_OR(inst, pullup_uv, 0) / 1000, \