:orphan: .. title:: choice STTS751_TRIGGER_MODE: Trigger mode .. _choice_339: .. describe:: choice STTS751_TRIGGER_MODE: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`STTS751 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`STTS751_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`STTS751_TRIGGER_NONE ` - \ :kconfig:`STTS751_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`STTS751_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/stts751/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:215`` Menu path: (Top) → Device Drivers → Sensor Drivers → STTS751 temperature sensor .. code-block:: kconfig choice STTS751_TRIGGER_MODE bool "Trigger mode" default STTS751_TRIGGER_GLOBAL_THREAD depends on STTS751 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*