-
CONFIG_PWM_STM32_10
¶
STM32 PWM 10 Output
Type: bool
Help¶
Enable output for PWM10 in the driver. Say y here if you want to use PWM10 output.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig.stm32:71
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:40
→ drivers/pwm/Kconfig:42
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → STM32 MCU PWM driver
config PWM_STM32_10 bool "STM32 PWM 10 Output" depends onPWM_STM32
&&PWM
help Enable output for PWM10 in the driver. Say y here if you want to use PWM10 output.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)