-
CONFIG_PWM_STM32_7
¶
STM32 PWM 7 Output
Type: bool
Help¶
Enable output for PWM7 in the driver. Say y here if you want to use PWM7 output.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/pwm/Kconfig.stm32:60
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
→ drivers/pwm/Kconfig:51
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → STM32 MCU PWM driver
config PWM_STM32_7 bool prompt "STM32 PWM 7 Output" ifPWM_STM32
&&PWM
depends onPWM_STM32
&&PWM
help Enable output for PWM7 in the driver. Say y here if you want to use PWM7 output.
(Definitions include propagated dependencies, including from if’s and menus.)