-
CONFIG_PWM_STM32_3
¶
STM32 PWM 3 Output
Type: bool
Help¶
Enable output for PWM3 in the driver. Say y here if you want to use PWM3 output.
Direct dependencies¶
(PWM
&& BOARD_96B_STM32_SENSOR_MEZ
) || (PWM_STM32
&& PWM
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
PWM
&&BOARD_96B_STM32_SENSOR_MEZ
Kconfig definitions¶
At boards/arm/96b_stm32_sensor_mez/Kconfig.defconfig:48
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config PWM_STM32_3 bool default "y" ifPWM
&&BOARD_96B_STM32_SENSOR_MEZ
depends onPWM
&&BOARD_96B_STM32_SENSOR_MEZ
At drivers/pwm/Kconfig.stm32:32
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:41
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → STM32 MCU PWM driver
config PWM_STM32_3 bool prompt "STM32 PWM 3 Output" ifPWM_STM32
&&PWM
depends onPWM_STM32
&&PWM
help Enable output for PWM3 in the driver. Say y here if you want to use PWM3 output.
(Definitions include propagated dependencies, including from if’s and menus.)