-
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_NRFX
&&SOC_FAMILY_NRF
&&PWM
Kconfig definition¶
At drivers/pwm/Kconfig.nrf5_sw:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:45
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
menuconfig PWM_NRF5_SW bool prompt "Nordic Semiconductor nRF5x series S/W PWM" ifSOC_FAMILY_NRF
&&PWM
default "y" if !PWM_NRFX
&&SOC_FAMILY_NRF
&&PWM
depends onSOC_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.)