-
CONFIG_PWM_1_NRF_CLOCK_PRESCALER
¶
Clock prescaler
Type: int
Help¶
Clock = 16MHz / (2^prescaler).
Kconfig definition¶
At drivers/pwm/Kconfig.nrfx:94
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_NRF_CLOCK_PRESCALER int prompt "Clock prescaler" ifPWM_1
&&PWM_NRFX
&&PWM
range 0 7 ifPWM_1
&&PWM_NRFX
&&PWM
default 0 ifPWM_1
&&PWM_NRFX
&&PWM
depends onPWM_1
&&PWM_NRFX
&&PWM
help Clock = 16MHz / (2^prescaler).
(Definitions include propagated dependencies, including from if’s and menus.)