Searched refs:temp3 (Results 1 – 2 of 2) sorted by relevance
246 int32_t temp1, temp2, temp3; in bmm150_compensate_xy() local272 temp3 = (((((temp1 + temp2) >> 9) + in bmm150_compensate_xy()276 val = ((int16_t)((((int32_t)xy) * temp3) >> 13)) + (((int16_t)txy1) << 3); in bmm150_compensate_xy()285 int16_t temp3; in bmm150_compensate_z() local296 temp3 = ((int16_t)(((((int32_t)tregs->z1) * in bmm150_compensate_z()299 val = ((temp1 - temp2) / (tregs->z2 + temp3)); in bmm150_compensate_z()
284 struct sensor_value temp1, temp2, temp3, hum, press; in main() local400 sensor_channel_get(stts751, SENSOR_CHAN_AMBIENT_TEMP, &temp3); in main()441 sensor_value_to_double(&temp3)); in main()