CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS¶
Number of event handlers
Type: int
Help¶
Specifies number of handlers that can be registered to nrfx_gpiote driver
by the user.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At modules/hal_nordic/nrfx/Kconfig:69
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:80
→ modules/hal_nordic/Kconfig:217
Menu path: (Top) → Modules → nrfx drivers → Enable GPIOTE driver
config NRFX_GPIOTE_NUM_OF_EVT_HANDLERS
int "Number of event handlers"
range 1 15
depends on NRFX_GPIOTE && HAS_NRFX && 0
help
Specifies number of handlers that can be registered to nrfx_gpiote driver
by the user.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)