We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a026d2 + 15b049b commit ebd3583Copy full SHA for ebd3583
src/serial.rs
@@ -514,6 +514,7 @@ macro_rules! usart {
514
fn enable_clock(apb: &mut Self::APB) {
515
apb.enr().modify(|_, w| w.$usartXen().enabled());
516
apb.rstr().modify(|_, w| w.$usartXrst().reset());
517
+ apb.rstr().modify(|_, w| w.$usartXrst().clear_bit());
518
}
519
520
fn clock(clocks: &Clocks) -> Hertz {
0 commit comments