Searched refs:temp2 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/src/ |
D | main.c | 26 struct sensor_value temp1, temp2, hum, press; in main() local 120 sensor_channel_get(lps22hb, SENSOR_CHAN_AMBIENT_TEMP, &temp2); in main() 147 sensor_value_to_double(&temp2)); in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/sensorhub/src/ |
D | main.c | 147 struct sensor_value temp2, press; in main() local 201 sensor_channel_get(lsm6dso, SENSOR_CHAN_AMBIENT_TEMP, &temp2); in main() 245 sensor_value_to_double(&temp2)); in main()
|
/Zephyr-latest/tests/subsys/dfu/mcuboot/src/ |
D | main.c | 29 uint32_t temp2 = 0x5a5a5a5a; in ZTEST() local 43 ret = flash_area_write(fa, offs, &temp2, sizeof(temp)); in ZTEST()
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.c | 246 int32_t temp1, temp2, temp3; in bmm150_compensate_xy() local 270 temp2 = ((int32_t)val) * ((int32_t)(((int16_t)tregs->xy1) << 7)); in bmm150_compensate_xy() 272 temp3 = (((((temp1 + temp2) >> 9) + in bmm150_compensate_xy() 284 int32_t val, temp1, temp2; in bmm150_compensate_z() local 293 temp2 = ((((int32_t)tregs->z3) * in bmm150_compensate_z() 299 val = ((temp1 - temp2) / (tregs->z2 + temp3)); in bmm150_compensate_z()
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/src/ |
D | main.c | 284 struct sensor_value temp1, temp2, temp3, hum, press; in main() local 398 sensor_channel_get(lps22hh, SENSOR_CHAN_AMBIENT_TEMP, &temp2); in main() 433 sensor_value_to_double(&temp2)); in main()
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke1xf.dtsi | 82 temp2: temp2 { label
|