mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:52:22 +00:00
In npcx7 series, there're 8 Pulse Width Modulator (PWM) modules and each one support generating a single 16-bit PWM output. A 16-bit clock prescaler (PRSCn) and a 16-bit counter (CTRn) determine the cycle time, the minimal possible pulse width, and the duty-cycle steps. Beside introducing pwm driver for Nuvoton NPCX series, this CL also includes: 1. Add PWM device tree declarations. 2. Zephyr PWM api implementation. 3. Add aliases in npcx7m6fb_evb board device tree file for supporting samples/basic/blinky_pwm application and pwm test suites Signed-off-by: Mulin Chao <MLChao@nuvoton.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.esp32 | ||
Kconfig.imx | ||
Kconfig.litex | ||
Kconfig.mcux | ||
Kconfig.mcux_ftm | ||
Kconfig.mcux_tpm | ||
Kconfig.npcx | ||
Kconfig.nrf5_sw | ||
Kconfig.nrfx | ||
Kconfig.pca9685 | ||
Kconfig.rv32m1_tpm | ||
Kconfig.sam | ||
Kconfig.sam0 | ||
Kconfig.sifive | ||
Kconfig.stm32 | ||
Kconfig.xec | ||
pwm_dw.c | ||
pwm_handlers.c | ||
pwm_imx.c | ||
pwm_led_esp32.c | ||
pwm_litex.c | ||
pwm_mchp_xec.c | ||
pwm_mcux_ftm.c | ||
pwm_mcux_tpm.c | ||
pwm_mcux.c | ||
pwm_npcx.c | ||
pwm_nrf5_sw.c | ||
pwm_nrfx.c | ||
pwm_pca9685.c | ||
pwm_pca9685.h | ||
pwm_rv32m1_tpm.c | ||
pwm_sam.c | ||
pwm_sam0_tcc.c | ||
pwm_shell.c | ||
pwm_sifive.c | ||
pwm_stm32.c |