zephyr/tests/drivers/pwm/pwm_loopback
Gerard Marull-Paretas ae91933c4a drivers: pwm: always use nanoseconds for set
In order to be consistent with what is possible in Devicetree, always
take a period in nanoseconds. Other scales or units may be specified by
using, e.g., the PWM_MSEC() macros (all of them converting down to
nanoseconds). This change then deletes the "_nsec" and "_usec" versions
of the pwm_set call.

Note that this change limits the period to UINT32_MAX nanoseconds,
~4.3s. PWM is, in generali, used with periods below the second so it
should not be a problem.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-04-28 11:29:38 +02:00
..
boards drivers: pwm: add pinctrl support for mcux PWT driver 2022-03-22 12:36:04 +01:00
dts/bindings
src drivers: pwm: always use nanoseconds for set 2022-04-28 11:29:38 +02:00
CMakeLists.txt
prj.conf
testcase.yaml