:orphan: .. title:: CONFIG_PWM_PWMSWR_LOOP .. kconfig:: CONFIG_PWM_PWMSWR_LOOP CONFIG_PWM_PWMSWR_LOOP ###################### *Loop count for PWM Software Reset* Type: ``int`` Help ==== .. code-block:: none Loop count for PWM Software Reset when disabling PWM channel. Direct dependencies =================== \ :kconfig:`PWM_IMX ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== At ``/pwm/Kconfig.imx:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → i.MX PWM Driver .. code-block:: kconfig config PWM_PWMSWR_LOOP int "Loop count for PWM Software Reset" default 5 depends on PWM_IMX && PWM help Loop count for PWM Software Reset when disabling PWM channel. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*