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

Adds enable_lse() method to RCC structure that configures LSE. #130

Merged
merged 2 commits into from
Feb 20, 2021

Conversation

akashihi
Copy link
Contributor

As LSE used for RTC and LCD, there should be a way to init LSE without RTC. It may also be helpful in situation like in issue #117

This change adds enable_lse() method to RCC structure that configures LSE.
RTC code is modified to use this method.

…t RTC.

This change adds enable_lse() method to RCC structure that configures LSE.
RTC code is modified to use this method.
@hannobraun
Copy link
Contributor

Thank you for the pull request @akashihi, and sorry for the long wait! This looks good. Merging.

@hannobraun hannobraun merged commit d53ec21 into stm32-rs:master Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants