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

Kconfig definition

At drivers/sensor/ccs811/Kconfig:72

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:62

Menu path: (top menu) → Device Drivers → Sensor Drivers

config CCS811_GPIO_RESET_PIN_NUM
    int
    prompt "GPIO Reset pin number" if CCS811 && CCS811_GPIO_RESET && SENSOR
    default 0 if CCS811 && CCS811_GPIO_RESET && SENSOR
    depends on CCS811 && 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.)