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

CONFIG_PWM_NRFX

nRF PWM nrfx driver

Type: bool

Help

Enable support for nrfx Hardware PWM driver for nRF52 MCU series.

Direct dependencies

(HAS_HW_NRF_PWM0 || HAS_HW_NRF_PWM1 || HAS_HW_NRF_PWM2 || HAS_HW_NRF_PWM3) && PWM

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/pwm/Kconfig.nrfx:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:46drivers/pwm/Kconfig:38

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers

config PWM_NRFX
    bool "nRF PWM nrfx driver"
    default y
    select NRFX_PWM0 if n
    select NRFX_PWM1 if n
    select NRFX_PWM2 if n
    select NRFX_PWM3 if n
    depends on (HAS_HW_NRF_PWM0 || HAS_HW_NRF_PWM1 || HAS_HW_NRF_PWM2 || HAS_HW_NRF_PWM3) && PWM
    help
      Enable support for nrfx Hardware PWM driver for nRF52 MCU series.

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