CONFIG_GPIO_NRF_INT_EDGE_USING_GPIOTE

Edge interrupts using GPIOTE

Type: bool

Help

Enable GPIO edge interrupts implementation using GPIOTE events.

Direct dependencies

<choice: nRF GPIO edge interrupts mechanism>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.nrfx:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:40

Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver → nRF GPIO edge interrupts mechanism

config GPIO_NRF_INT_EDGE_USING_GPIOTE
    bool "Edge interrupts using GPIOTE"
    depends on <choice>
    help
      Enable GPIO edge interrupts implementation using GPIOTE events.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)