choice LPS22HH_TRIGGER_MODE: Trigger mode

Trigger mode

Type: bool

Help

Specify the type of triggering to be used by the driver.

Direct dependencies

LPS22HH && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr Driver>/sensor/lps22hh/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:64<Zephyr Driver>/sensor/Kconfig:139

Menu path: (Top) → Device Drivers → Sensor Drivers → LPS22HH pressure and temperature

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.)