Searched refs:temp_val (Results 1 – 5 of 5) sorted by relevance
103 struct sensor_value temp_val; in process() local138 &temp_val); in process()145 reset_window |= !temp_in_window(&temp_val); in process()149 sensor_value_to_double(&temp_val), in process()155 ret = sensor_set_window(dev, &temp_val); in process()
24 int32_t temp_val; in ZTEST() local33 temp_val = (val.val1 * 100) + (val.val2 / 10000); in ZTEST()35 temp_val/100, abs(temp_val) % 100); in ZTEST()
93 static int32_t to_raw_temp(const struct sensor_value *temp_val) in to_raw_temp() argument95 int32_t temp_mul_100 = (int32_t)(sensor_value_to_milli(temp_val) / 10); in to_raw_temp()
297 int16_t temp_val; member
819 return adxl367_get_temp_data(dev, &data->temp_val); in adxl367_sample_fetch()864 adxl367_temp_convert(val, data->temp_val); in adxl367_channel_get()