-
CONFIG_CCS811_GPIO_WAKEUP_PIN_NUM
¶
GPIO Wakeup pin number
Type: int
Help¶
The number of the GPIO pin on which the WAKE pin of CCS811 is connected
Direct dependencies¶
CCS811_GPIO_WAKEUP
&& CCS811
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
CCS811_GPIO_WAKEUP
&&CCS811
&&SENSOR
Kconfig definition¶
At drivers/sensor/ccs811/Kconfig:29
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:52
Menu path: (top menu) → Device Drivers → Sensor Drivers → CCS811 Digital Gas Sensor
config CCS811_GPIO_WAKEUP_PIN_NUM int prompt "GPIO Wakeup pin number" ifCCS811_GPIO_WAKEUP
&&CCS811
&&SENSOR
default 0 ifCCS811_GPIO_WAKEUP
&&CCS811
&&SENSOR
depends onCCS811_GPIO_WAKEUP
&&CCS811
&&SENSOR
help The number of the GPIO pin on which the WAKE pin of CCS811 is connected
(Definitions include propagated dependencies, including from if’s and menus.)