:orphan: .. title:: choice: Trigger mode .. _choice_418: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`SHT3XD ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SHT3XD_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`SHT3XD_TRIGGER_NONE ` - \ :kconfig:`SHT3XD_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`SHT3XD_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/sht3xd/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:193`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. code-block:: kconfig choice bool "Trigger mode" default SHT3XD_TRIGGER_NONE depends on SHT3XD && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*