zephyr/drivers/pwm
Baohong Liu 9cfed4940c drivers: pwm_shim: correct api argument inconsistency
Correct the argument definition inconsistency for the set
value API. To be consistent with other pwm sub drivers, the
on and off arguments for the set value api are re-defined.

On: how far (number of timer count) from the beginning of a PWM
    cycle the PWM pin will be asserted.
Off:how far (number of timer count) from the beginning of a PWM
    cycle the PWM pin will be de-asserted.

Jira: ZEP-642

Change-Id: I7b39f98f1935fc3499fb36dd813abed62b86c1e7
Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-08-25 14:24:03 -07:00
..
Kconfig
Kconfig.dw pwm: unify driver names 2016-04-22 20:46:29 -04:00
Kconfig.k64 sys_log: replace debug macros at Freescale K64 PWM driver 2016-07-31 18:15:24 +00:00
Kconfig.pca9685 pwm: unify driver names 2016-04-22 20:46:29 -04:00
Kconfig.qmsi qmsi: pwm: Use locking mechanism to guard critical regions 2016-07-28 15:29:49 +00:00
Makefile
pwm_dw.c pwm: Remove suspend and resume hooks from pwm_driver_api 2016-07-29 23:10:09 +00:00
pwm_k64_ftm.c sys_log: replace debug macros at Freescale K64 PWM driver 2016-07-31 18:15:24 +00:00
pwm_k64_ftm.h
pwm_pca9685.c pwm: Remove suspend and resume hooks from pwm_driver_api 2016-07-29 23:10:09 +00:00
pwm_pca9685.h
pwm_qmsi.c drivers: pwm_shim: correct api argument inconsistency 2016-08-25 14:24:03 -07:00