Add wrapper DEVICE_API macro to all pwm_driver_api instances. Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
With the merge of zephyrproject-rtos/zephyr/pull/70254, MCUX_CTIMER_CLK_OFFSET is no longer defined nor needed. Remove this from the macro getting the clock subsystem in the ctimer PWM driver. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
using ctimer to implement pwm api Signed-off-by: David Ullmann <davidu@meta.com>