Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/lm95234/
Dlm95234.c92 int offset = (chan - SENSOR_CHAN_LM95234_REMOTE_TEMP_1); in lm95234_fetch_temp()
112 (chan - SENSOR_CHAN_LM95234_REMOTE_TEMP_1 + 1); in lm95234_fetch_temp()
155 SENSOR_CHAN_LM95234_REMOTE_TEMP_1 + i, in lm95234_sample_fetch()
165 case SENSOR_CHAN_LM95234_REMOTE_TEMP_1: in lm95234_sample_fetch()
170 &data->remote[chan - SENSOR_CHAN_LM95234_REMOTE_TEMP_1]); in lm95234_sample_fetch()
191 case SENSOR_CHAN_LM95234_REMOTE_TEMP_1: in lm95234_channel_get()
195 raw_temp = data->remote[chan - SENSOR_CHAN_LM95234_REMOTE_TEMP_1]; in lm95234_channel_get()
/Zephyr-latest/include/zephyr/drivers/sensor/
Dlm95234.h14 SENSOR_CHAN_LM95234_REMOTE_TEMP_1 = SENSOR_CHAN_PRIV_START, enumerator