Searched full:measurements (Results 1 – 25 of 103) sorted by relevance
12345
/Zephyr-latest/drivers/sensor/ams/ens210/ |
D | Kconfig | 19 Enable/disable temperature measurements and set measurement mode. 21 bool "Disable temperature measurements" 23 bool "Temperature measurements in single shot mode" 25 bool "Temperature measurements in continuous mode" 32 Enable/disable relative humidity measurements and set measurement mode. 34 bool "Disable relative humidity measurements" 36 bool "Relative humidity measurements in single shot mode" 38 bool "Relative humidity measurements in continuous mode"
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.stm32 | 75 Interval at which runtime measurements should be performed, in milliseconds 78 across time, it is recommended to perform measurements of the LSI frequency 82 a background thread is created and performs LSI measurements, sleeping 90 measurements - the result of a single measure performed at boot will be
|
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/ |
D | Kconfig | 88 prompt "Measurements per second" 92 Number of measurements per second.
|
/Zephyr-latest/drivers/gnss/gnss_u_blox_protocol/ |
D | gnss_u_blox_protocol.h | 56 #define UBX_CFG_RATE_TIME_REF_UTC 0 /* Align measurements to UTC time. */ 57 #define UBX_CFG_RATE_TIME_REF_GPS 1 /* Align measurements to GPS time. */ 58 #define UBX_CFG_RATE_TIME_REF_GLO 2 /* Align measurements to GLONASS time. */ 59 #define UBX_CFG_RATE_TIME_REF_BDS 3 /* Align measurements to BeiDou time. */ 60 #define UBX_CFG_RATE_TIME_REF_GAL 4 /* Align measurements to Galileo time. */
|
/Zephyr-latest/samples/sensor/i3g4250d/ |
D | README.rst | 11 sampling rate and polls the measurements with the same rate and 12 displays the measurements along with a timestamp since startup.
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | veml7700.h | 40 * @brief VEML7700 gain options for ambient light measurements. 50 * @brief VEML7700 integration time options for ambient light measurements. 90 * @brief Gain setting for ALS measurements (ALS_GAIN). 96 * @brief Integration time setting for ALS measurements (ALS_IT).
|
D | tmag5273.h | 39 * Define axis relation measurements.
|
/Zephyr-latest/drivers/sensor/renesas/hs400x/ |
D | Kconfig | 19 Verify the checksum byte from measurements
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | Kconfig | 24 Select sampling mode. In normal mode continuous measurements are 90 Select standby time between measurements for the BME280 sensor.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | aosong,aht20.yaml | 10 measurements through an I2C bus.
|
D | aosong,am2301b.yaml | 10 measurements through an I2C bus.
|
D | aosong,dht20.yaml | 10 measurements through an I2C bus.
|
D | adi,adltc2990.yaml | 39 addition the following input measurements are enabled per mode: 53 allows a subset of the measurements to be enabled: 60 3 | 1 1 | All Measurements per Mode [2:0]
|
D | bosch,bma280.yaml | 24 the chip ID and the resolution of the measurements.
|
D | aosong,dht.yaml | 8 measurements through a bidirectional serial digital signal. The
|
/Zephyr-latest/drivers/sensor/silabs/si7055/ |
D | Kconfig | 19 Validates the additional checksum byte for temperature measurements.
|
/Zephyr-latest/samples/sensor/tmp116/src/ |
D | main.c | 64 printk("Failed to fetch measurements (%d)\n", ret); in main() 71 printk("Failed to get measurements (%d)\n", ret); in main()
|
/Zephyr-latest/drivers/sensor/ams/tmd2620/ |
D | tmd2620.h | 19 /* PRATE register defines the time between proximity measurements 21 * Formular: time between measurements = REG_VALUE * 88µs 26 * WTIME Register defines the wait time between measurements.
|
/Zephyr-latest/samples/bluetooth/central_ht/ |
D | README.rst | 5 Connect to a Bluetooth LE health thermometer sensor and read temperature measurements.
|
/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 11 for indoor air quality measurements. VOCs are often categorized as 39 reported measurements of about 400 ppm eC02 and 0 ppb eTVOC.
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_vbus.h | 92 * @brief Controls a pin that enables VBUS measurements 95 * @param enable enable VBUS measurements when true
|
/Zephyr-latest/samples/bluetooth/central_hr/ |
D | README.rst | 5 Connect to a Bluetooth LE heart-rate monitor and read heart-rate measurements.
|
/Zephyr-latest/samples/sensor/thermometer/boards/ |
D | nucleo_h7a3zi_q.overlay | 30 consecutive-fault-measurements = <4>;
|
/Zephyr-latest/subsys/emul/ |
D | Kconfig | 20 too high, or may return invalid measurements if calibration has not
|
/Zephyr-latest/drivers/sensor/ams/ccs811/ |
D | Kconfig | 25 bool "Measurements disabled"
|
12345