-
CONFIG_CCS811_GPIO_RESET_PIN_NUM
¶
GPIO Reset pin number
Type: int
Help¶
The number of the GPIO pin on which the RESET pin of CCS811 is connected
Direct dependencies¶
CCS811
&& CCS811_GPIO_RESET
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
CCS811
&&CCS811_GPIO_RESET
&&SENSOR
Kconfig definition¶
At drivers/sensor/ccs811/Kconfig:72
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:62
Menu path: (top menu) → Device Drivers → Sensor Drivers
config CCS811_GPIO_RESET_PIN_NUM int prompt "GPIO Reset pin number" ifCCS811
&&CCS811_GPIO_RESET
&&SENSOR
default 0 ifCCS811
&&CCS811_GPIO_RESET
&&SENSOR
depends onCCS811
&&CCS811_GPIO_RESET
&&SENSOR
help The number of the GPIO pin on which the RESET pin of CCS811 is connected
(Definitions include propagated dependencies, including from if’s and menus.)