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 Driver>/gpio/Kconfig.nrfx:38
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/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.)