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

Default

Choice options

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/sensor/Kconfig:141

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