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: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.imx
Kconfig.mcux_ftm
Kconfig.nrf5_sw drivers: pwm: nrf: Migrate SW PWM Kconfig options to DT 2019-03-12 13:34:01 +01:00
Kconfig.nrfx kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.pca9685 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.qmsi
Kconfig.sam
Kconfig.sifive
Kconfig.stm32
pwm_dw.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
pwm_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
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 all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
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 all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
pwm_sam.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
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