We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956c469 commit fce730dCopy full SHA for fce730d
src/timer.rs
@@ -595,6 +595,8 @@ fn test(tim: pac::TIM16) {
595
let tim6: *const pac::tim6::RegisterBlock = unsafe {core::mem::transmute(pac::TIM16::ptr())};
596
}
597
598
+// TODO: Rename BasicTimer to BasicTimerPeripheral or similar to not be confusing
599
+// by the actual Timer??? or in general, this could replace the Timer implementation?
600
struct BasicTimer<T> {
601
_ptr: usize,
602
real_timer: T,
0 commit comments