Skip to content

Conversation

@usbalbin
Copy link
Member

@AdinAck and @burrbull , do you believe this is the actual fix for #180 ?

src/gpio.rs Outdated

/// Splits the GPIO block into independent pins and registers
fn split(self, rcc: &mut Rcc) -> Self::Parts;
fn split(self, rcc: &Rcc) -> Self::Parts;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, unrelated to #180, since Enable::enable and Reset::reset use bit banding, we do not need exclusive access to the rcc right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove this and perhaps do that later

@usbalbin usbalbin merged commit 2e7e5c1 into stm32-rs:main Feb 13, 2025
23 checks passed
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.

1 participant