You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API for PWM doesn't provide function for enabling/disabling
the device. As a result, device runtime PM doesn't know when
it shall wake up the device (get) / put device to low power
operation (put). Therefore, user must manually call
pm_device_runtime_get(&pwm_device);
pm_device_runtime_put(&pwm_device);
Fix PWM device runtime Power Management test.
Signed-off-by: Sebastian Głąb <[email protected]>
0 commit comments