CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS

Number of event handlers

Number of event handlers

Type: int

Help

Specifies number of handlers that can be registered to nrfx_gpiote driver
by the user.

Help

Specifies number of handlers that can be registered to nrfx_gpiote driver
by the user.

Direct dependencies

(NRFX_GPIOTE && HAS_NRFX) || (NRFX_GPIOTE && HAS_NRFX && 0)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definitions

At <Zephyr>/modules/hal_nordic/nrfx/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:50<Zephyr>/modules/hal_nordic/Kconfig:217

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/hal/nordic) → 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
    help
      Specifies number of handlers that can be registered to nrfx_gpiote driver
      by the user.

At <Zephyr>/modules/hal_nordic/nrfx/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:80<Zephyr>/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.)