Home
last modified time | relevance | path

Searched +full:measurement +full:- +full:mode (Results 1 – 25 of 123) sorted by relevance

12345

/Zephyr-latest/drivers/sensor/ams/ens210/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
16 prompt "Temperature measurement mode"
19 Enable/disable temperature measurements and set measurement mode.
23 bool "Temperature measurements in single shot mode"
25 bool "Temperature measurements in continuous mode"
29 prompt "Humidity measurement mode"
32 Enable/disable relative humidity measurements and set measurement mode.
36 bool "Relative humidity measurements in single shot mode"
38 bool "Relative humidity measurements in continuous mode"
/Zephyr-latest/dts/bindings/sensor/
Dinvensense,icp10125.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [sensor-device.yaml, i2c-device.yaml]
11 temperature-measurement-mode:
14 description: Mode of ambient temperature measurement
16 - "low-power"
17 - "normal"
18 - "low-noise"
19 - "ultra-low-noise"
21 pressure-measurement-mode:
24 description: Mode of barometric pressure measurement
[all …]
Dvishay,vcnl36825t.yaml2 # SPDX-License-Identifier: Apache-2.0
10 include: [sensor-device.yaml, i2c-device.yaml]
13 operation-mode:
18 Mode of operation.
19 - "auto": the sensor performs sampling continuously,
20 - "force": the sampling is performed on every fetch command.
24 Note: "force"-mode only available if low-power mode inactive.
26 measurement-period:
31 Measurement period of the sensors in ms.
34 - [10, 80] ms only if low power mode is inactive
[all …]
Dst,lis2mdl-common.yaml2 # SPDX-License-Identifier: Apache-2.0
4 include: sensor-device.yaml
7 irq-gpios:
8 type: phandle-array
15 single-mode:
18 Set to config the sensor in single measurement mode. Leave
19 unset to configure the sensor in continuous measurement mode.
21 cancel-offset:
Dsensirion,scd41.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [sensor-device.yaml, i2c-device.yaml]
11 mode:
15 - 0: Normal periodic measurement. Default interval of 5sec
16 - 1: Low power periodic measurement. Interval of 30sec
17 - 2: Singleshot measurement for low power usage.
19 - 0
20 - 1
21 - 2
Dmemsic,mmc56x3.yaml1 # SPDX-License-Identifier: Apache-2.0
4 description: MMC56X3 3-axis magnetic and temperature sensor
8 include: [sensor-device.yaml, i2c-device.yaml]
12 magn-odr:
16 samples per second (Hz) for continuous mode. Minimum is 0,
18 Setting ODR to 0 will turn off continuous mode. Temperature
19 cannot be read in continuous mode.
21 bandwidth-selection-bits-0:
24 Adjust length of decimation filter. Controls duration of each measurement.
27 bandwidth-selection-bits-1:
[all …]
Drohm,bh1750.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [sensor-device.yaml, i2c-device.yaml]
15 Resolution of the measurement result
19 The default mode number 1 is mentioned
22 other mode, if higher or lower resolution
25 - 0
26 - 1
27 - 2
32 Duration of single measurement process.
34 and greater accuracy. After sensor power-on
[all …]
Dti,tmag5170.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Texas Instruments TMAG5170 high-precision, linear 3D Hall-effect sensor.
8 include: [sensor-device.yaml, spi-device.yaml]
11 int-gpios:
12 type: phandle-array
18 operating-mode:
22 Operating mode of the device.
23 1 - stand-by mode - in this mode the device waits for application to trigger
24 the measurement.
25 2 - active measure mode - continuous sampling on all enabled channels
[all …]
Dti,ina226.yaml2 # SPDX-License-Identifier: Apache-2.0
6 The <zephyr/dt-bindings/sensor/ina226.h> file should be included in the
12 include: [sensor-device.yaml, i2c-device.yaml]
15 avg-count:
19 Default is the power-on reset value.
23 vbus-conversion-time-us:
27 Default is the power-on reset value.
31 vshunt-conversion-time-us:
35 Default is the power-on reset value.
39 operating-mode:
[all …]
Dadi,adxl362.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: ADXL362 3-axis SPI accelerometer
8 include: [sensor-device.yaml, spi-device.yaml]
11 int1-gpios:
12 type: phandle-array
18 wakeup-mode:
21 This mode is intended for extremely low power consumption,
27 Enter Wake-Up mode when inactivity is detected,
28 reenter Measurement mode when activity is detected.
29 Only applies for Linked and Loop mode, ignored otherwise.
Dsensirion,shtcx.yaml2 # SPDX-License-Identifier: Apache-2.0
14 clock-frequency = <I2C_BITRATE_FAST>;
18 measure-mode = "normal";
19 clock-stretching;
25 include: [sensor-device.yaml, i2c-device.yaml]
28 measure-mode:
32 Specifies which measurement mode is used.
33 SHTC1 sensor only supports the normal measuremnt mode.
35 - "normal"
36 - "low-power"
[all …]
Dadi,adltc2990.yaml2 # SPDX-License-Identifier: Apache-2.0
9 include: [sensor-device.yaml, i2c-device.yaml]
12 temperature-format:
19 - 0
20 - 1
22 acquistion-format:
29 - 0
30 - 1
32 measurement-mode:
35 An array of two integers for configuring the chip measurement mode.
[all …]
/Zephyr-latest/drivers/sensor/ams/ccs811/
DKconfig6 # SPDX-License-Identifier: Apache-2.0
19 prompt "Measurement drive mode"
22 Specifies the measurement rate used by the driver.
28 bool "Measurement every second"
31 bool "Measurement every ten seconds"
34 bool "Measurement every sixty seconds"
37 bool "Measurement every 250 milliseconds"
45 prompt "Trigger mode"
56 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_AMS_CCS811),irq-gpios)
62 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_AMS_CCS811),irq-gpios)
/Zephyr-latest/drivers/sensor/ti/ina23x/
DKconfig3 # SPDX-License-Identifier: Apache-2.0
30 bool "INA237 VShunt Measurement Enable"
33 Enable shunt voltage measurement for INA237.
37 looking at measurement noise or debugging the SHUNT_CAL value.
41 measurement is required.
44 bool "INA230 trigger mode"
47 …at_any_has_prop,$(DT_COMPAT_TI_INA230),alert-gpios) || $(dt_compat_any_has_prop,$(DT_COMPAT_TI_INA…
49 Set to enable trigger mode using gpio interrupt, where
/Zephyr-latest/tests/drivers/sensor/adltc2990/boards/
Dnative_sim.overlay2 * SPDX-FileCopyrightText: Copyright (c) 2023 Carl Zeiss Meditec AG
3 * SPDX-License-Identifier: Apache-2.0
10 measurement-mode = <0 0>;
11 pins-v1-v2-current-resistor = <0>;
12 pins-v3-v4-current-resistor = <0>;
13 pin-v1-voltage-divider-resistors = <500 1000>;
14 pin-v2-voltage-divider-resistors = <110000 100000>;
15 pin-v3-voltage-divider-resistors = <7000 1000>;
16 pin-v4-voltage-divider-resistors = <500 1000>;
22 temperature-format = <0>;
[all …]
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
18 prompt "Trigger mode"
29 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_SENSIRION_SHT3XD),alert-gpios)
35 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_SENSIRION_SHT3XD),alert-gpios)
58 prompt "Measurement repeatability"
61 Repeatability modes differ with respect to measurement duration,
76 prompt "Measurement mode"
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
DKconfig1 # Bosch BMI08X inertial measurement configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 bool "Bosch BMI08X inertial measurement unit"
15 Enable Bosch BMI08X inertial measurement unit that provides acceleration
21 prompt "Accelerometer trigger mode"
32 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMI08X_ACCEL),int-gpios)
38 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMI08X_ACCEL),int-gpios)
60 prompt "Gyroscope trigger mode"
/Zephyr-latest/drivers/sensor/bosch/bmi160/
DKconfig1 # Bosch BMI160 inertial measurement configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 bool "Bosch BMI160 inertial measurement unit"
13 Enable Bosch BMI160 inertial measurement unit that provides acceleration
19 prompt "Trigger mode"
30 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMI160),int-gpios)
36 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMI160),int-gpios)
58 prompt "Accelerometer power mode"
145 prompt "Gyroscope power mode"
158 bool "fast start-up"
/Zephyr-latest/include/zephyr/drivers/sensor/
Dmmc56x3.h4 * SPDX-License-Identifier: Apache-2.0
12 * setting the continuous mode and bandwidth selection bits.
28 * each measurement. Affects ODR; see datasheet for details.
35 * each measurement. Affects ODR; see datasheet for details.
41 * Enable automatic self-reset function.
/Zephyr-latest/drivers/sensor/st/lis2dh/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
13 Enable SPI/I2C-based driver for LIS2DH, LIS3DH, LSM303DLHC,
19 prompt "Trigger mode"
29 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LIS2DH),irq-gpios)
35 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LIS2DH),irq-gpios)
58 prompt "Acceleration measurement range"
61 Initial measurement full scale range for acceleration values.
67 bool "+/-2g"
70 bool "+/-4g"
73 bool "+/-8g"
[all …]
/Zephyr-latest/drivers/sensor/tdk/icp10125/
Dicp10125.c4 * SPDX-License-Identifier: Apache-2.0
61 /* ambient temperature measurement command for each mode.
62 * (Section 5.2 MEASUREMENT COMMANDS in the Datasheet)
68 /* pressure measurement command for each mode.
69 * (Section 5.2 MEASUREMENT COMMANDS in the Datasheet)
76 * (Section 5.2 MEASUREMENT COMMANDS in the Datasheet)
110 *C = (p_LUT[0] * p_LUT[1] * (p_Pa[0] - p_Pa[1]) + in icp10125_calculate_conversion_constants()
111 p_LUT[1] * p_LUT[2] * (p_Pa[1] - p_Pa[2]) + in icp10125_calculate_conversion_constants()
112 p_LUT[2] * p_LUT[0] * (p_Pa[2] - p_Pa[0])) / in icp10125_calculate_conversion_constants()
113 (p_LUT[2] * (p_Pa[0] - p_Pa[1]) + p_LUT[0] * (p_Pa[1] - p_Pa[2]) + in icp10125_calculate_conversion_constants()
[all …]
/Zephyr-latest/drivers/sensor/rohm/bh1750/
Dbh1750.c4 * SPDX-License-Identifier: Apache-2.0
53 const struct bh1750_dev_config *cfg = dev->config; in bh1750_opcode_read()
56 rc = i2c_burst_read_dt(&cfg->bus, opcode, (uint8_t *)val, 2); in bh1750_opcode_read()
67 const struct bh1750_dev_config *cfg = dev->config; in bh1750_opcode_write()
69 return i2c_write_dt(&cfg->bus, &opcode, 1); in bh1750_opcode_write()
81 dev->name); in bh1750_mtreg_write()
88 dev->name); in bh1750_mtreg_write()
97 const struct bh1750_dev_config *cfg = dev->config; in bh1750_get_mode_from_dts_device()
99 if (cfg->resolution == BH1750_HIGH_RES_2_DTS_ENUM) { in bh1750_get_mode_from_dts_device()
101 } else if (cfg->resolution == BH1750_HIGH_RES_DTS_ENUM) { in bh1750_get_mode_from_dts_device()
[all …]
/Zephyr-latest/drivers/sensor/bosch/bma280/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
12 Enable driver for BMA280 I2C-based triaxial accelerometer sensor
18 prompt "Trigger mode"
29 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMA280),int1-gpios)
35 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMA280),int1-gpios)
58 prompt "Acceleration measurement range"
61 Measurement range for acceleration values.
64 bool "+/-2g"
67 bool "+/-4g"
70 bool "+/-8g"
[all …]
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst1 .. zephyr:code-sample:: stm32_pm_stm32wb_ble
3 :relevant-api: sys_poweroff bt_gap bluetooth
21 Using a power measurement tool, user can observe the platform reaching STOP2 mode
22 before beacon is started and between advertising peaks besides as SHUTDOWN mode
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c.c4 * SPDX-License-Identifier: Apache-2.0
25 * @brief Perform the bus transaction to start measurement.
28 * @param chan Channel ID for starting the measurement
33 struct akm09918c_data *data = dev->data; in akm09918c_start_measurement()
34 const struct akm09918c_config *cfg = dev->config; in akm09918c_start_measurement()
39 return -EINVAL; in akm09918c_start_measurement()
42 if (data->mode == AKM09918C_CNTL2_PWR_DOWN) { in akm09918c_start_measurement()
43 if (i2c_reg_write_byte_dt(&cfg->i2c, AKM09918C_REG_CNTL2, in akm09918c_start_measurement()
45 LOG_ERR("Failed to start measurement."); in akm09918c_start_measurement()
46 return -EIO; in akm09918c_start_measurement()
[all …]

12345