Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c246 int32_t temp1, temp2, temp3; in bmm150_compensate_xy() local
272 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() local
296 temp3 = ((int16_t)(((((int32_t)tregs->z1) * in bmm150_compensate_z()
299 val = ((temp1 - temp2) / (tregs->z2 + temp3)); in bmm150_compensate_z()
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/src/
Dmain.c284 struct sensor_value temp1, temp2, temp3, hum, press; in main() local
400 sensor_channel_get(stts751, SENSOR_CHAN_AMBIENT_TEMP, &temp3); in main()
441 sensor_value_to_double(&temp3)); in main()