-
CONFIG_PWM_NRF5_SW
¶
Nordic Semiconductor nRF5x series S/W PWM
Type: bool
Help¶
Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series. This implementation provides up to 3 pins using one HF timer, two PPI channels per pin and one GPIOTE config per pin.
Defaults¶
- “y” if
PWM
&&SOC_FAMILY_NRF
&&PWM
Kconfig definition¶
At drivers/pwm/Kconfig.nrf5_sw:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
→ drivers/pwm/Kconfig:53
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_NRF5_SW bool prompt "Nordic Semiconductor nRF5x series S/W PWM" ifPWM
&&SOC_FAMILY_NRF
&&PWM
default "y" ifPWM
&&SOC_FAMILY_NRF
&&PWM
depends onPWM
&&SOC_FAMILY_NRF
&&PWM
help Enable driver to utilize PWM on the Nordic Semiconductor nRF5x series. This implementation provides up to 3 pins using one HF timer, two PPI channels per pin and one GPIOTE config per pin.
(Definitions include propagated dependencies, including from if’s and menus.)