:orphan: .. title:: choice: Measurement mode .. _choice_293: .. describe:: choice: Measurement mode *Measurement mode* Type: ``bool`` Direct dependencies =================== \ :option:`SHT3XD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SHT3XD_PERIODIC_MODE ` Choice options ============== - \ :option:`SHT3XD_SINGLE_SHOT_MODE ` - \ :option:`SHT3XD_PERIODIC_MODE ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:70`` 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 "Measurement mode" default SHT3XD_PERIODIC_MODE depends on SHT3XD && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*