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.
1 parent cbe9a76 commit 1d60e70Copy full SHA for 1d60e70
src/hrtim/mod.rs
@@ -18,6 +18,8 @@ use stm32_hrtim::{
18
HrParts, HrPwmBuilder,
19
};
20
21
+pub use stm32_hrtim;
22
+
23
pub trait HrControltExt {
24
fn hr_control(self, rcc: &mut crate::rcc::Rcc) -> HrTimOngoingCalibration;
25
}
0 commit comments