:orphan: .. title:: choice: Measurements per second .. _choice_294: .. describe:: choice: Measurements per second *Measurements per second* Type: ``bool`` Help ==== .. code-block:: none Number of measurements per second. Direct dependencies =================== \ :option:`SHT3XD_PERIODIC_MODE ` && \ :option:`SHT3XD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SHT3XD_MPS_1 ` Choice options ============== - \ :option:`SHT3XD_MPS_05 ` - \ :option:`SHT3XD_MPS_1 ` - \ :option:`SHT3XD_MPS_2 ` - \ :option:`SHT3XD_MPS_4 ` - \ :option:`SHT3XD_MPS_10 ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:179`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. code-block:: kconfig choice bool "Measurements per second" default SHT3XD_MPS_1 depends on SHT3XD_PERIODIC_MODE && SHT3XD && SENSOR help Number of measurements per second. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*