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