We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a008b31 commit e323d42Copy full SHA for e323d42
src/timer.rs
@@ -566,6 +566,8 @@ fn test(tim: pac::TIM16) {
566
let tim6: *const pac::tim6::RegisterBlock = unsafe {core::mem::transmute(pac::TIM16::ptr())};
567
}
568
569
+// TODO: Rename BasicTimer to BasicTimerPeripheral or similar to not be confusing
570
+// by the actual Timer??? or in general, this could replace the Timer implementation?
571
struct BasicTimer<T> {
572
_ptr: usize,
573
real_timer: T,
0 commit comments