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:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/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.)