:orphan: .. title:: choice STTS751_TRIGGER_MODE: Trigger mode .. _choice_296: .. 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 =================== \ :option:`STTS751 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`STTS751_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :option:`STTS751_TRIGGER_NONE ` - \ :option:`STTS751_TRIGGER_GLOBAL_THREAD ` - \ :option:`STTS751_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/stts751/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:191`` 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.)*