zephyr/drivers/pwm
Andrzej Głąbek b04fd975b6 drivers: pwm_nrf5_sw: Use nrfx HALs instead of direct register accesses
This makes the code easier to maintain.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-08-16 16:33:03 +02:00
..
CMakeLists.txt drivers: cc13xx_cc26xx: pwm: introduce pwm driver 2023-08-14 13:36:12 +00:00
Kconfig drivers: cc13xx_cc26xx: pwm: introduce pwm driver 2023-08-14 13:36:12 +00:00
Kconfig.b91
Kconfig.cc13xx_cc26xx_timer drivers: cc13xx_cc26xx: pwm: introduce pwm driver 2023-08-14 13:36:12 +00:00
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.imx
Kconfig.intel_blinky
Kconfig.it8xxx2
Kconfig.litex
Kconfig.max31790 drivers: pwm: implement MAX31790 2023-07-25 09:08:30 +02:00
Kconfig.mcux
Kconfig.mcux_ctimer drivers: rt6xx ctimer pwm driver 2023-08-03 12:39:06 -04:00
Kconfig.mcux_ftm
Kconfig.mcux_pwt
Kconfig.mcux_sctimer
Kconfig.mcux_tpm
Kconfig.npcx
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685
Kconfig.rcar
Kconfig.rpi_pico
Kconfig.rv32m1_tpm
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stm32 drivers: pwm: pwm_stm32: reset timer using RCC before initialization 2023-07-20 10:36:10 +00:00
Kconfig.test
Kconfig.xec
Kconfig.xlnx
Kconfig.xmc4xxx_ccu4 drivers: pwm: Add driver for xmc4xxx using ccu4 module 2023-07-26 15:09:41 +02:00
Kconfig.xmc4xxx_ccu8 drivers: pwm: Add driver for xmc4xxx using ccu8 module 2023-07-26 15:09:41 +02:00
pwm_b91.c
pwm_capture.c
pwm_cc13xx_cc26xx_timer.c drivers: cc13xx_cc26xx: pwm: introduce pwm driver 2023-08-14 13:36:12 +00:00
pwm_gd32.c
pwm_gecko.c
pwm_handlers.c
pwm_imx.c
pwm_intel_blinky.c
pwm_ite_it8xxx2.c
pwm_led_esp32.c
pwm_litex.c
pwm_max31790.c drivers: pwm: implement MAX31790 2023-07-25 09:08:30 +02:00
pwm_mc_esp32.c
pwm_mchp_xec_bbled.c drivers: bbled: pwm: mchp: BBLED low power mode updated 2023-07-25 09:09:44 +02:00
pwm_mchp_xec.c drivers: pwm: mchp: Low power mode enabled 2023-07-20 10:42:19 +00:00
pwm_mcux_ctimer.c drivers: rt6xx ctimer pwm driver 2023-08-03 12:39:06 -04:00
pwm_mcux_ftm.c
pwm_mcux_pwt.c
pwm_mcux_sctimer.c
pwm_mcux_tpm.c
pwm_mcux.c
pwm_npcx.c
pwm_nrf5_sw.c drivers: pwm_nrf5_sw: Use nrfx HALs instead of direct register accesses 2023-08-16 16:33:03 +02:00
pwm_nrfx.c drivers: pwm_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
pwm_pca9685.c
pwm_rcar.c
pwm_rpi_pico.c
pwm_rv32m1_tpm.c
pwm_sam.c
pwm_sam0_tcc.c
pwm_shell.c
pwm_sifive.c
pwm_stm32.c drivers: pwm: pwm_stm32: reset timer using RCC before initialization 2023-07-20 10:36:10 +00:00
pwm_test.c
pwm_xlnx_axi_timer.c
pwm_xmc4xxx_ccu4.c drivers: pwm: Add driver for xmc4xxx using ccu4 module 2023-07-26 15:09:41 +02:00
pwm_xmc4xxx_ccu8.c drivers: pwm: Add driver for xmc4xxx using ccu8 module 2023-07-26 15:09:41 +02:00