Searched refs:temp1 (Results 1 – 9 of 9) 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 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/ |
D | bmm150.c | 246 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/ |
D | main.c | 284 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/ |
D | frdm_k64f.dts | 126 &temp1 {
|
/Zephyr-latest/boards/st/stm32h573i_dk/ |
D | stm32h573i_dk.dts | 61 die-temp1 = &digi_die_temp;
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_k6x.dtsi | 63 temp1: temp1 { label
|
D | nxp_ke1xf.dtsi | 71 temp1: temp1 { label
|
/Zephyr-latest/boards/nxp/rddrone_fmuk66/ |
D | rddrone_fmuk66.dts | 133 &temp1 {
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_server.rst | 214 static const char * const temp_resource_path[] = { "sensors", "temp1", NULL };
|