:orphan: .. title:: choice LPS22HH_TRIGGER_MODE: Trigger mode .. _choice_401: .. describe:: choice LPS22HH_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:`LPS22HH ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LPS22HH_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`LPS22HH_TRIGGER_NONE ` - \ :kconfig:`LPS22HH_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`LPS22HH_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/lps22hh/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:139`` Menu path: (Top) → Device Drivers → Sensor Drivers → LPS22HH pressure and temperature .. code-block:: kconfig choice LPS22HH_TRIGGER_MODE bool "Trigger mode" default LPS22HH_TRIGGER_GLOBAL_THREAD depends on LPS22HH && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*