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:14

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

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.)