zephyr/drivers/pwm
Sergio Rodriguez 9852ee5573 pwm: Implement set period and duty cycle API
This allow the PWM QMSI shim driver to implement the set duty cycle
API, and correct the behavior of Set Value

Jira: ZEP-69 ZEP-156 ZEP-158

Change-Id: I47744958fed889116fbb5024343ea00f76ed7706
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-07-06 22:01:51 +00:00
..
Kconfig pwm: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.dw pwm: unify driver names 2016-04-22 20:46:29 -04:00
Kconfig.k64 Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Kconfig.pca9685 pwm: unify driver names 2016-04-22 20:46:29 -04:00
Kconfig.qmsi drivers: PWM QMSI dev name fix 2016-05-26 22:35:33 +00:00
Makefile arm: K64F Pulse Width Modulation (PWM) support 2016-03-09 15:49:44 +00:00
pwm_dw.c pwm: unify driver names 2016-04-22 20:46:29 -04:00
pwm_k64_ftm.c pwm/k64_ftm: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:13 +00:00
pwm_k64_ftm.h drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
pwm_pca9685.c pwm/pca_9685: move driver_api assignment later 2016-04-12 11:25:03 +00:00
pwm_pca9685.h drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
pwm_qmsi.c pwm: Implement set period and duty cycle API 2016-07-06 22:01:51 +00:00