:orphan: .. title:: choice SHT3XD_MPS: Measurements per second .. _choice_337: .. describe:: choice SHT3XD_MPS: Measurements per second *Measurements per second* Type: ``bool`` Help ==== .. code-block:: none Number of measurements per second. Direct dependencies =================== \ :kconfig:`SHT3XD_PERIODIC_MODE ` && \ :kconfig:`SHT3XD ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SHT3XD_MPS_1 ` Choice options ============== - \ :kconfig:`SHT3XD_MPS_05 ` - \ :kconfig:`SHT3XD_MPS_1 ` - \ :kconfig:`SHT3XD_MPS_2 ` - \ :kconfig:`SHT3XD_MPS_4 ` - \ :kconfig:`SHT3XD_MPS_10 ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:199`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. code-block:: kconfig choice SHT3XD_MPS 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.)*