CONFIG_PWM_3_NRF_CH0_PIN

CH0 pin number

Type: int

Help

GPIO pin number to use for CH0 (set to -1 if not used).

Direct dependencies

PWM_3 && PWM_NRFX && PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/pwm/Kconfig.nrfx:242

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:55

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → nRF PWM nrfx driver

config PWM_3_NRF_CH0_PIN
    int
    prompt "CH0 pin number" if PWM_3 && PWM_NRFX && PWM
    range -1 47 if SOC_NRF52840_QIAA && PWM_3 && PWM_NRFX && PWM
    range -1 31 if PWM_3 && PWM_NRFX && PWM
    default -1 if PWM_3 && PWM_NRFX && PWM
    depends on PWM_3 && PWM_NRFX && PWM
    help
      GPIO pin number to use for CH0 (set to -1 if not used).

(Definitions include propagated dependencies, including from if’s and menus.)