-
CONFIG_PWM_0_NAME
¶
PWM module 0 device name
Type: string
Help¶
Specify the device name for the Nordic Semiconductor nRF52 series HW PWM module 0.
Kconfig definition¶
At drivers/pwm/Kconfig.nrfx:17
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:44
→ drivers/pwm/Kconfig:55
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → nRF PWM nrfx driver
config PWM_0_NAME string prompt "PWM module 0 device name" ifPWM_0
&&PWM_NRFX
&&PWM
default "PWM_0" ifPWM_0
&&PWM_NRFX
&&PWM
depends onPWM_0
&&PWM_NRFX
&&PWM
help Specify the device name for the Nordic Semiconductor nRF52 series HW PWM module 0.
(Definitions include propagated dependencies, including from if’s and menus.)