Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PmwOut: Add method to enable/disable PWM #11641

Merged
merged 2 commits into from Nov 4, 2019

Commits on Oct 17, 2019

  1. PmwOut: Add methods to suspend and resume PWM

    It is now possible to temporarily suspend PWM and safely preserve the duty
    cycle set. This functionality is needed to allow a device to enter deep
    sleep as a PWM instance prevents deep sleep in order for the timer it
    relies on to run so its output can be modified. The duty cycle configuration
    can be restored upon resuming from deep sleep.
    hugueskamba committed Oct 17, 2019
    Copy the full SHA
    a9496ad View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. PwmOut: Add unit test

    hugueskamba committed Nov 1, 2019
    Copy the full SHA
    b8bcc7f View commit details
    Browse the repository at this point in the history