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

Loop count for PWM Software Reset

Type: int

Help

Loop count for PWM Software Reset when disabling PWM channel.

Direct dependencies

PWM_IMX && PWM

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

Defaults

Kconfig definition

At drivers/pwm/Kconfig.imx:13

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:42drivers/pwm/Kconfig:51

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → i.MX PWM Driver

config PWM_PWMSWR_LOOP
    int
    prompt "Loop count for PWM Software Reset" if PWM_IMX && PWM
    default 5 if PWM_IMX && PWM
    depends on PWM_IMX && PWM
    help
      Loop count for PWM Software Reset when disabling PWM channel.

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