zephyr/drivers/pwm
Andrei Emeltchenko 9ed544ba7c drivers: pwm: pwm_mchp_xec: Fix spelling
Correct function name spelling syclet -> cycles.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2019-09-26 16:52:58 -04:00
..
CMakeLists.txt drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
Kconfig drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
Kconfig.dw kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.esp32 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.imx kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.mcux drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
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 modules: Kconfig: Unify the way of enabling instances in nrfx drivers 2019-09-10 13:23:44 +02:00
Kconfig.pca9685 kconfig: drivers: pwm: Remove redundant deps. 2019-03-09 10:04:19 -05:00
Kconfig.sam kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.sifive riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stm32 kconfig: pwm: Remove redundant deps. and clean up a bit 2019-03-01 13:50:06 -06:00
Kconfig.xec drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
pwm_dw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
pwm_imx.c drivers: pwm: imx: replace deprecated DTS macros 2019-07-12 05:54:16 -07:00
pwm_led_esp32.c dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
pwm_mchp_xec.c drivers: pwm: pwm_mchp_xec: Fix spelling 2019-09-26 16:52:58 -04:00
pwm_mcux_ftm.c drivers: pwm: mcux_ftm: use device tree for obtaining clock frequency 2019-08-09 07:32:43 -05:00
pwm_mcux.c drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
pwm_nrf5_sw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_nrfx.c drivers: pwm_nrfx: use IS_ENABLED to eliminate a bunch of #ifndefs 2019-09-25 17:42:53 +02:00
pwm_pca9685.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.h cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
pwm_sam.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
pwm_sifive.c drivers: pwm: sifive: fix DTS defines 2019-07-12 05:54:16 -07:00
pwm_stm32.c drivers: pwm: Add STM32G0XX pwm support 2019-07-05 10:35:55 -05:00
pwm_stm32.h