:orphan: .. title:: choice: Measurement mode .. _choice_285: .. 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 ================== .. highlight:: kconfig At ``drivers/sensor/sht3xd/Kconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:165`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. parsed-literal:: choice bool "Measurement mode" default \ :option:`SHT3XD_PERIODIC_MODE ` depends on \ :option:`SHT3XD ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*