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 <External Modules>/hal_nordic/nrfx/Kconfig:69

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14<External Modules>/hal_nordic/Kconfig:217

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/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 <External Modules>/hal_nordic/nrfx/Kconfig:69

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