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 23879b4 commit 81c14f7Copy full SHA for 81c14f7
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