-
choice LSM6DSO_INT_PIN: Sensor INT pin number
Sensor INT pin number
Type: bool
Help¶
The number of LSM6DSO int pin used to generate interrupt to cpu. Supported values are int1 or int2
Direct dependencies¶
LSM6DSO_TRIGGER
&& LSM6DSO
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At <Zephyr>/drivers/sensor/lsm6dso/Kconfig:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:131
Menu path: (Top) → Device Drivers → Sensor Drivers → LSM6DSO I2C/SPI accelerometer and gyroscope Chip
choice LSM6DSO_INT_PIN bool "Sensor INT pin number" defaultLSM6DSO_INT_PIN_1
depends onLSM6DSO_TRIGGER
&&LSM6DSO
&&SENSOR
help The number of LSM6DSO int pin used to generate interrupt to cpu. Supported values are int1 or int2
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)