Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362.c613 void adxl362_temp_convert(struct sensor_value *val, int temp) in adxl362_temp_convert() function
615 static void adxl362_temp_convert(struct sensor_value *val, int temp) in adxl362_temp_convert()
648 adxl362_temp_convert(val, data->temp); in adxl362_channel_get()
Dadxl362.h323 void adxl362_temp_convert(struct sensor_value *val, int temp);
Dadxl362_decoder.c310 adxl362_temp_convert(out, data->temp); in adxl362_decode_sample()