-
CONFIG_PWM_1_NAME
¶
PWM module 1 device name
Type: string
Help¶
Specify the device name for the Nordic Semiconductor nRF52 series HW PWM module 1.
Kconfig definition¶
At drivers/pwm/Kconfig.nrfx:87
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_1_NAME string prompt "PWM module 1 device name" ifPWM_1
&&PWM_NRFX
&&PWM
default "PWM_1" ifPWM_1
&&PWM_NRFX
&&PWM
depends onPWM_1
&&PWM_NRFX
&&PWM
help Specify the device name for the Nordic Semiconductor nRF52 series HW PWM module 1.
(Definitions include propagated dependencies, including from if’s and menus.)