/Zephyr-latest/drivers/sensor/infineon/xmc4xxx_temp/ |
D | xmc4xxx_temp.c | 29 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP) { in xmc4xxx_temp_sample_fetch() 53 if (chan != SENSOR_CHAN_DIE_TEMP) { in xmc4xxx_temp_channel_get()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_decoder.c | 72 case SENSOR_CHAN_DIE_TEMP: in icm42688_get_shift() 107 case SENSOR_CHAN_DIE_TEMP: in icm42688_convert_raw_to_q31() 129 case SENSOR_CHAN_DIE_TEMP: in icm42688_get_channel_position() 155 case SENSOR_CHAN_DIE_TEMP: in icm42688_encode_channel() 390 if (chan_spec.chan_type == SENSOR_CHAN_DIE_TEMP) { in icm42688_fifo_decode() 542 case SENSOR_CHAN_DIE_TEMP: { in icm42688_one_shot_decode() 543 channel_request = icm42688_encode_channel(SENSOR_CHAN_DIE_TEMP); in icm42688_one_shot_decode() 553 rc = icm42688_get_shift(SENSOR_CHAN_DIE_TEMP, header->accel_fs, header->gyro_fs, in icm42688_one_shot_decode() 560 &cfg, SENSOR_CHAN_DIE_TEMP, in icm42688_one_shot_decode() 561 edata->readings[icm42688_get_channel_position(SENSOR_CHAN_DIE_TEMP)], in icm42688_one_shot_decode() [all …]
|
/Zephyr-latest/drivers/sensor/nxp/nxp_tempmon/ |
D | nxp_tempmon.c | 39 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP) { in nxp_tempmon_sample_fetch() 64 if (chan != SENSOR_CHAN_DIE_TEMP) { in nxp_tempmon_channel_get()
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/src/ |
D | main.c | 46 sensor_sample_fetch_chan(dev, SENSOR_CHAN_DIE_TEMP); in ism330dhcx_temp_trig_handler() 146 trig.chan = SENSOR_CHAN_DIE_TEMP; in ism330dhcx_config() 196 sensor_channel_get(ism330dhcx, SENSOR_CHAN_DIE_TEMP, &die_temp); in main()
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | temp_nrfs.c | 108 trig->chan != SENSOR_CHAN_DIE_TEMP) { in api_sensor_trigger_set() 153 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP) { in api_sensor_attr_set() 215 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP) { in api_sample_fetch() 246 if (chan != SENSOR_CHAN_DIE_TEMP) { in api_channel_get()
|
D | temp_nrf5.c | 53 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP) { in temp_nrf5_sample_fetch() 85 if (chan != SENSOR_CHAN_DIE_TEMP) { in temp_nrf5_channel_get()
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/src/ |
D | main.c | 78 sensor_sample_fetch_chan(dev, SENSOR_CHAN_DIE_TEMP); in lsm6dso_temp_trig_handler() 246 trig.chan = SENSOR_CHAN_DIE_TEMP; in lsm6dso_config() 402 sensor_channel_get(lis2mdl, SENSOR_CHAN_DIE_TEMP, &die_temp2); in main() 407 sensor_channel_get(lsm6dso, SENSOR_CHAN_DIE_TEMP, &die_temp); in main() 412 sensor_channel_get(lis2de12, SENSOR_CHAN_DIE_TEMP, &lis2de12_die_temp); in main()
|
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | temperature.c | 40 sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, &val); in temp_work_cb()
|
/Zephyr-latest/drivers/sensor/rpi_pico_temp/ |
D | rpi_pico_temp.c | 37 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP) { in rpi_pico_temp_sample_fetch() 61 if (chan != SENSOR_CHAN_DIE_TEMP) { in rpi_pico_temp_channel_get()
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/src/ |
D | main.c | 341 sensor_channel_get(lis2mdl, SENSOR_CHAN_DIE_TEMP, &lis2mdl_temp); in main() 345 sensor_channel_get(lsm6dso16is, SENSOR_CHAN_DIE_TEMP, &lsm6dso16is_temp); in main() 348 sensor_channel_get(lsm6dsv16x, SENSOR_CHAN_DIE_TEMP, &lsm6dsv16x_temp); in main() 357 sensor_channel_get(lis2duxs12, SENSOR_CHAN_DIE_TEMP, &lis2duxs12_temp); in main()
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_temperature_zephyr.c | 44 err = sensor_channel_get(device, SENSOR_CHAN_DIE_TEMP, &val); in work_handler()
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 394 case SENSOR_CHAN_DIE_TEMP: in bma4xx_submit_one_shot() 479 case SENSOR_CHAN_DIE_TEMP: in bma4xx_decoder_get_frame_count() 503 case SENSOR_CHAN_DIE_TEMP: in bma4xx_decoder_get_size_info() 536 case SENSOR_CHAN_DIE_TEMP: in bma4xx_get_shift() 629 case SENSOR_CHAN_DIE_TEMP: { in bma4xx_one_shot_decode() 638 rc = bma4xx_get_shift(SENSOR_CHAN_DIE_TEMP, 0, &out->shift); in bma4xx_one_shot_decode()
|
/Zephyr-latest/samples/sensor/die_temp_polling/src/ |
D | main.c | 31 rc = sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, &val); in print_die_temperature()
|
/Zephyr-latest/drivers/sensor/nxp/nxp_kinetis_temp/ |
D | temp_kinetis.c | 54 if (chan != SENSOR_CHAN_ALL && chan != SENSOR_CHAN_DIE_TEMP && in temp_kinetis_sample_fetch() 99 if (chan != SENSOR_CHAN_VOLTAGE && chan != SENSOR_CHAN_DIE_TEMP) { in temp_kinetis_channel_get()
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_decoder.c | 107 if (chan_spec.chan_type == SENSOR_CHAN_DIE_TEMP) { in adxl362_decode_stream() 267 case SENSOR_CHAN_DIE_TEMP: in adxl362_decoder_get_frame_count() 309 case SENSOR_CHAN_DIE_TEMP: /* Temperature in degrees Celsius. */ in adxl362_decode_sample()
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x_decoder.c | 159 case SENSOR_CHAN_DIE_TEMP: in lsm6dsv16x_decoder_get_frame_count() 232 case SENSOR_CHAN_DIE_TEMP: in lsm6dsv16x_decoder_get_frame_count() 295 } else if (chan_spec.chan_type == SENSOR_CHAN_DIE_TEMP) { in lsm6dsv16x_decode_fifo() 393 if (chan_spec.chan_type != SENSOR_CHAN_DIE_TEMP) { in lsm6dsv16x_decode_fifo() 607 case SENSOR_CHAN_DIE_TEMP: { in lsm6dsv16x_decode_sample() 664 case SENSOR_CHAN_DIE_TEMP: in lsm6dsv16x_decoder_get_size_info()
|
/Zephyr-latest/samples/sensor/die_temp_polling/ |
D | README.rst | 16 To run this sample, enable the sensor node that supports ``SENSOR_CHAN_DIE_TEMP``
|
/Zephyr-latest/samples/sensor/lis2dh/src/ |
D | main.c | 45 rc = sensor_channel_get(sensor, SENSOR_CHAN_DIE_TEMP, &temperature); in fetch_and_display()
|
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/src/ |
D | main.c | 51 sensor_sample_fetch_chan(dev, SENSOR_CHAN_DIE_TEMP); in lsm6dsv16x_temp_trig_handler() 163 trig.chan = SENSOR_CHAN_DIE_TEMP; in lsm6dsv16x_config() 383 sensor_channel_get(lis2mdl, SENSOR_CHAN_DIE_TEMP, &lis2mdl_temp); in main()
|
/Zephyr-latest/drivers/sensor/espressif/esp32_temp/ |
D | esp32_temp.c | 57 if (chan != SENSOR_CHAN_DIE_TEMP) { in esp32_temp_channel_get()
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/src/ |
D | main.c | 100 sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, &temperature); in main()
|
/Zephyr-latest/samples/sensor/mpu6050/src/ |
D | main.c | 49 rc = sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, in process_mpu6050()
|
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/ |
D | hts.c | 107 r = sensor_channel_get(temp_dev, SENSOR_CHAN_DIE_TEMP, in hts_indicate()
|
/Zephyr-latest/drivers/sensor/st/lsm6ds0/ |
D | lsm6ds0.c | 202 chan == SENSOR_CHAN_DIE_TEMP || in lsm6ds0_sample_fetch() 214 case SENSOR_CHAN_DIE_TEMP: in lsm6ds0_sample_fetch() 376 case SENSOR_CHAN_DIE_TEMP: in lsm6ds0_channel_get()
|
/Zephyr-latest/drivers/sensor/ti/ina23x/ |
D | ina237.c | 80 case SENSOR_CHAN_DIE_TEMP: in ina237_channel_get() 172 if ((data->chan == SENSOR_CHAN_ALL) || (data->chan == SENSOR_CHAN_DIE_TEMP)) { in ina237_read_data() 208 chan != SENSOR_CHAN_DIE_TEMP) { in ina237_sample_fetch()
|