zephyr/drivers/pwm
Andrzej Głąbek c0a15c8bd6 drivers: pwm_nrfx: Correct prescaler value for undivided clock
When there is no need to divide the PWM clock (i.e. the requested
period cycles fit the 15-bit PWM counter), the prescaler value
should be 0, not 1.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-04-23 15:32:35 -07:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig
Kconfig.dw
Kconfig.esp32
Kconfig.imx
Kconfig.mcux_ftm
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685
Kconfig.qmsi
Kconfig.sam
Kconfig.sifive
Kconfig.stm32
pwm_dw.c
pwm_handlers.c
pwm_imx.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
pwm_led_esp32.c
pwm_mcux_ftm.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
pwm_nrf5_sw.c
pwm_nrfx.c drivers: pwm_nrfx: Correct prescaler value for undivided clock 2019-04-23 15:32:35 -07:00
pwm_pca9685.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
pwm_pca9685.h
pwm_qmsi.c
pwm_sam.c
pwm_sifive.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
pwm_stm32.c all: Update unsigend 'U' suffix due to multiplication 2019-03-28 17:15:58 -05:00
pwm_stm32.h