zephyr/drivers/pwm
Jim Paris f1137e4782 drivers: pwm_nrfx: use IS_ENABLED to eliminate a bunch of #ifndefs
For the macros that take on 0/1 values, we can use the existing
IS_ENABLED macro to remove a bunch of code.

Signed-off-by: Jim Paris <jim@jtan.com>
2019-09-25 17:42:53 +02: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.esp32
Kconfig.imx
Kconfig.mcux drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
Kconfig.mcux_ftm
Kconfig.nrf5_sw
Kconfig.nrfx modules: Kconfig: Unify the way of enabling instances in nrfx drivers 2019-09-10 13:23:44 +02:00
Kconfig.pca9685
Kconfig.sam
Kconfig.sifive riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stm32
Kconfig.xec drivers/pwm: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -04:00
pwm_dw.c
pwm_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
pwm_imx.c
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: Add support for Microchip's XEC PWM devices 2019-09-19 20:45:37 -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
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
pwm_pca9685.h
pwm_sam.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
pwm_sifive.c
pwm_stm32.c
pwm_stm32.h