-
CONFIG_LIS2DH_INT2_GPIO_PIN
¶
Interrupt 2 GPIO pin number
Type: int
Help¶
The number of the GPIO on which the interrupt 2 signal from the LIS2DH chip will be received.
Direct dependencies¶
LIS2DH
&& LIS2DH_TRIGGER
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 26 if
LIS2DH
&&LIS2DH_TRIGGER
&&SENSOR
Kconfig definition¶
At drivers/sensor/lis2dh/Kconfig:129
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:80
Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer
config LIS2DH_INT2_GPIO_PIN int prompt "Interrupt 2 GPIO pin number" ifLIS2DH
&&LIS2DH_TRIGGER
&&SENSOR
range 0 254 ifLIS2DH
&&LIS2DH_TRIGGER
&&SENSOR
default 26 ifLIS2DH
&&LIS2DH_TRIGGER
&&SENSOR
depends onLIS2DH
&&LIS2DH_TRIGGER
&&SENSOR
help The number of the GPIO on which the interrupt 2 signal from the LIS2DH chip will be received.
(Definitions include propagated dependencies, including from if’s and menus.)