Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.c901 void adxl367_temp_convert(struct sensor_value *val, int16_t value) in adxl367_temp_convert() function
903 static void adxl367_temp_convert(struct sensor_value *val, int16_t value) in adxl367_temp_convert()
934 adxl367_temp_convert(val, data->temp_val); in adxl367_channel_get()
Dadxl367.h447 void adxl367_temp_convert(struct sensor_value *val, int16_t value);
Dadxl367_decoder.c710 adxl367_temp_convert(out, data->raw_temp); in adxl367_decode_sample()