The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_NRFX_EGU3

Enable EGU3 instance

Type: bool

Direct dependencies

HAS_HW_NRF_EGU3 && HAS_NRFX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At modules/Kconfig.nordic:102

Included via Kconfig:8Kconfig.zephyr:10modules/Kconfig:16

Menu path: (Top) → Modules → nrfx drivers

config NRFX_EGU3
    bool "Enable EGU3 instance"
    select NRFX_EGU
    depends on HAS_HW_NRF_EGU3 && HAS_NRFX

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)