CONFIG_PWM_3_NRF_CH3_INVERTED

CH3 Inverted

Type: bool

Help

Inverses the polarity.

Direct dependencies

PWM_3 && PWM_NRFX && PWM

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/pwm/Kconfig.nrfx:289

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_CH3_INVERTED
    bool
    prompt "CH3 Inverted" if PWM_3 && PWM_NRFX && PWM
    depends on PWM_3 && PWM_NRFX && PWM
    help
      Inverses the polarity.

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