Searched refs:lm95234_fetch_temp (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/lm95234/ |
D | lm95234.c | 83 static inline int lm95234_fetch_temp(const struct lm95234_config *cfg, struct lm95234_data *data, in lm95234_fetch_temp() function 149 ret = lm95234_fetch_temp(cfg, data, SENSOR_CHAN_AMBIENT_TEMP, &data->local); in lm95234_sample_fetch() 154 ret = lm95234_fetch_temp(cfg, data, in lm95234_sample_fetch() 163 ret = lm95234_fetch_temp(cfg, data, chan, &data->local); in lm95234_sample_fetch() 169 ret = lm95234_fetch_temp(cfg, data, chan, in lm95234_sample_fetch()
|