-
CONFIG_PWM_PWMSWR_LOOP
¶
Loop count for PWM Software Reset
Type: int
Help¶
Loop count for PWM Software Reset when disabling PWM channel.
Default¶
5
Kconfig definition¶
At <Zephyr>/drivers/pwm/Kconfig.imx:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:44
→ <Zephyr>/drivers/pwm/Kconfig:40
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → i.MX PWM Driver
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.)