The latest development version of this page may be more current than this released 2.7.5 version.

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 drivers/gpio/Kconfig.nrfx:38

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:42

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.)