Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394.c81 static void mlx90394_convert_temp(struct sensor_value *val, uint8_t sample_l, uint8_t sample_h) in mlx90394_convert_temp() function
109 mlx90394_convert_temp(val, data->sample.temp_l, data->sample.temp_h); in mlx90394_channel_get()
124 mlx90394_convert_temp(val + 3, data->sample.temp_l, data->sample.temp_h); in mlx90394_channel_get()