- choice LPS22HH_TRIGGER_MODE: Trigger mode
Trigger mode
Type: bool
Help¶
Specify the type of triggering to be used by the driver.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At drivers/sensor/lps22hh/Kconfig:17
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ drivers/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.)