Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/src/
Dmain.c26 struct sensor_value temp1, temp2, hum, press; in main() local
117 sensor_channel_get(hts221, SENSOR_CHAN_AMBIENT_TEMP, &temp1); in main()
135 sensor_value_to_double(&temp1)); in main()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c246 int32_t temp1, temp2, temp3; in bmm150_compensate_xy() local
268 temp1 = (((int32_t)tregs->xy2) * ((((int32_t)val) * ((int32_t)val)) >> 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
291 temp1 = (((int32_t)(z - tregs->z4)) << 15); 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
396 sensor_channel_get(hts221, SENSOR_CHAN_AMBIENT_TEMP, &temp1); in main()
425 sensor_value_to_double(&temp1)); in main()
/Zephyr-latest/boards/nxp/frdm_k64f/
Dfrdm_k64f.dts126 &temp1 {
/Zephyr-latest/boards/st/stm32h573i_dk/
Dstm32h573i_dk.dts61 die-temp1 = &digi_die_temp;
/Zephyr-latest/dts/arm/nxp/
Dnxp_k6x.dtsi63 temp1: temp1 { label
Dnxp_ke1xf.dtsi71 temp1: temp1 { label
/Zephyr-latest/boards/nxp/rddrone_fmuk66/
Drddrone_fmuk66.dts133 &temp1 {
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst214 static const char * const temp_resource_path[] = { "sensors", "temp1", NULL };