zephyr/drivers/pwm
Kumar Gala 3af49c5b55 drivers: atmel sam: Convert atmel sam drivers to new DT_INST macros
Convert older DT_INST_ macro use in atmel sam drivers to the new
include/devicetree.h DT_INST macro APIs.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-26 16:31:31 -05:00
..
CMakeLists.txt drivers: pwm: add driver for the RV32M1 Timer/PWM module 2020-01-13 09:12:34 -06:00
Kconfig drivers: pwm: add driver for the RV32M1 Timer/PWM module 2020-01-13 09:12:34 -06:00
Kconfig.dw kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.esp32
Kconfig.imx
Kconfig.litex kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.mcux
Kconfig.mcux_ftm
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685
Kconfig.rv32m1_tpm drivers: pwm: add driver for the RV32M1 Timer/PWM module 2020-01-13 09:12:34 -06:00
Kconfig.sam
Kconfig.sifive kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.stm32
Kconfig.xec
pwm_dw.c
pwm_handlers.c
pwm_imx.c
pwm_led_esp32.c drivers: esp32: Convert esp32 drivers to new DT_INST macros 2020-03-26 08:49:11 -05:00
pwm_litex.c drivers: pwm: Add driver for LiteX PWM peripherial 2020-01-08 11:04:36 +01:00
pwm_mchp_xec.c treewide: use full path to pwm.h header 2020-01-26 17:52:12 +01:00
pwm_mcux_ftm.c drivers: mcux: Convert MCUX drivers to new DT_INST macros 2020-03-26 03:40:09 -05:00
pwm_mcux.c treewide: use full path to pwm.h header 2020-01-26 17:52:12 +01:00
pwm_nrf5_sw.c
pwm_nrfx.c drivers: pwm_nrfx: Wait until PWM is stopped before restarting it 2020-03-19 12:29:51 +01:00
pwm_pca9685.c
pwm_pca9685.h
pwm_rv32m1_tpm.c drivers: pwm: add driver for the RV32M1 Timer/PWM module 2020-01-13 09:12:34 -06:00
pwm_sam.c drivers: atmel sam: Convert atmel sam drivers to new DT_INST macros 2020-03-26 16:31:31 -05:00
pwm_shell.c
pwm_sifive.c drivers: sifive: Convert sifive drivers to new DT_INST macros 2020-03-26 16:06:09 -05:00
pwm_stm32.c drivers: stm32: Convert STM32 drivers to new DT_INST macros 2020-03-26 12:22:12 -05:00
pwm_stm32.h