-
CONFIG_HTS221_GPIO_PIN_NUM
¶
Interrupt GPIO pin number
Type: int
Help¶
The number of the GPIO on which the interrupt signal from the HTS221 chip will be received.
Direct dependencies¶
HTS221
&& HTS221_TRIGGER
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
HTS221
&&HTS221_TRIGGER
&&SENSOR
Kconfig definition¶
At drivers/sensor/hts221/Kconfig:66
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:76
Menu path: (top menu) → Device Drivers → Sensor Drivers
config HTS221_GPIO_PIN_NUM int prompt "Interrupt GPIO pin number" ifHTS221
&&HTS221_TRIGGER
&&SENSOR
default 0 ifHTS221
&&HTS221_TRIGGER
&&SENSOR
depends onHTS221
&&HTS221_TRIGGER
&&SENSOR
help The number of the GPIO on which the interrupt signal from the HTS221 chip will be received.
(Definitions include propagated dependencies, including from if’s and menus.)