Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c19 int32_t sample_val; member
55 data->sample_val = val_mv; in ntc_thermistor_sample_fetch()
58 data->sample_val = data->raw; in ntc_thermistor_sample_fetch()
78 ohm = ntc_get_ohm_of_thermistor(&cfg->ntc_cfg, data->sample_val, in ntc_thermistor_channel_get()