Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c20 int32_t sample_val_max; member
56 data->sample_val_max = cfg->ntc_cfg.pullup_mv; in ntc_thermistor_sample_fetch()
59 data->sample_val_max = BIT(cfg->adc_channel.resolution) - 1; in ntc_thermistor_sample_fetch()
79 data->sample_val_max); in ntc_thermistor_channel_get()