CONFIG_PWM_3_NRF_CLOCK_PRESCALER

Clock prescaler

Type: int

Help

Clock = 16MHz / (2^prescaler).

Direct dependencies

PWM_3 && PWM_NRFX && PWM

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/pwm/Kconfig.nrfx:235

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:44drivers/pwm/Kconfig:55

Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers → nRF PWM nrfx driver

config PWM_3_NRF_CLOCK_PRESCALER
    int
    prompt "Clock prescaler" if PWM_3 && PWM_NRFX && PWM
    range 0 7 if PWM_3 && PWM_NRFX && PWM
    default 0 if PWM_3 && PWM_NRFX && PWM
    depends on PWM_3 && PWM_NRFX && PWM
    help
      Clock = 16MHz / (2^prescaler).

(Definitions include propagated dependencies, including from if’s and menus.)