Home
last modified time | relevance | path

Searched refs:SENSOR_CHAN_DIE_TEMP (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-latest/drivers/sensor/infineon/xmc4xxx_temp/
Dxmc4xxx_temp.c29 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/
Dicm42688_decoder.c72 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/
Dnxp_tempmon.c39 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/
Dmain.c46 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/
Dtemp_nrfs.c108 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()
Dtemp_nrf5.c53 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/
Dmain.c78 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/
Dtemperature.c40 sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, &val); in temp_work_cb()
/Zephyr-latest/drivers/sensor/rpi_pico_temp/
Drpi_pico_temp.c37 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/
Dmain.c341 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/
Dnrf_802154_temperature_zephyr.c44 err = sensor_channel_get(device, SENSOR_CHAN_DIE_TEMP, &val); in work_handler()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c394 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/
Dmain.c31 rc = sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, &val); in print_die_temperature()
/Zephyr-latest/drivers/sensor/nxp/nxp_kinetis_temp/
Dtemp_kinetis.c54 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/
Dadxl362_decoder.c107 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/
Dlsm6dsv16x_decoder.c159 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/
DREADME.rst16 To run this sample, enable the sensor node that supports ``SENSOR_CHAN_DIE_TEMP``
/Zephyr-latest/samples/sensor/lis2dh/src/
Dmain.c45 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/
Dmain.c51 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/
Desp32_temp.c57 if (chan != SENSOR_CHAN_DIE_TEMP) { in esp32_temp_channel_get()
/Zephyr-latest/samples/sensor/6dof_motion_drdy/src/
Dmain.c100 sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, &temperature); in main()
/Zephyr-latest/samples/sensor/mpu6050/src/
Dmain.c49 rc = sensor_channel_get(dev, SENSOR_CHAN_DIE_TEMP, in process_mpu6050()
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dhts.c107 r = sensor_channel_get(temp_dev, SENSOR_CHAN_DIE_TEMP, in hts_indicate()
/Zephyr-latest/drivers/sensor/st/lsm6ds0/
Dlsm6ds0.c202 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/
Dina237.c80 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()

1234