-
choice: Trigger mode
Trigger mode
Type: bool
Help¶
Specify the type of triggering to be used by the driver.
Default¶
Kconfig definition¶
At <Zephyr Driver>/sensor/bmi160/Kconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:64
→ <Zephyr Driver>/sensor/Kconfig:67
Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit
choice
bool "Trigger mode"
default BMI160_TRIGGER_GLOBAL_THREAD
depends on BMI160 && SENSOR
help
Specify the type of triggering to be used by the driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)