-
choice LSM6DSL_TRIGGER_MODE: Trigger mode
Trigger mode
Type: bool
Help¶
Specify the type of triggering to be used by the driver.
Direct dependencies¶
(LSM6DSL
&& BOARD_96B_ARGONKEY
) || (LSM6DSL
&& BOARD_DISCO_L475_IOT1
) || (LSM6DSL
&& SENSOR
)
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At boards/arm/96b_argonkey/Kconfig.defconfig:81
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice LSM6DSL_TRIGGER_MODE bool defaultLSM6DSL_TRIGGER_GLOBAL_THREAD
ifLSM6DSL
&&BOARD_96B_ARGONKEY
depends onLSM6DSL
&&BOARD_96B_ARGONKEY
At boards/arm/disco_l475_iot1/Kconfig.defconfig:128
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice LSM6DSL_TRIGGER_MODE bool defaultLSM6DSL_TRIGGER_GLOBAL_THREAD
ifLSM6DSL
&&BOARD_DISCO_L475_IOT1
depends onLSM6DSL
&&BOARD_DISCO_L475_IOT1
At drivers/sensor/lsm6dsl/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:90
Menu path: (top menu) → Device Drivers → Sensor Drivers → LSM6DSL I2C/SPI accelerometer and gyroscope Chip
choice LSM6DSL_TRIGGER_MODE bool prompt "Trigger mode" ifLSM6DSL
&&SENSOR
depends onLSM6DSL
&&SENSOR
help Specify the type of triggering to be used by the driver.
(Definitions include propagated dependencies, including from if’s and menus.)