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 5e4ff79 commit c2f023eCopy full SHA for c2f023e
platforms/allwinner-d1/d1-core/src/timer.rs
@@ -27,7 +27,7 @@ impl Timer0 {
27
// concurrently mutating the timer.
28
Self::steal()
29
};
30
- timer0.current_value() as u64
+ 0xFFFF_FFFF - timer0.current_value() as u64
31
})
32
.named("CLOCK_D1_TIMER0")
33
}
0 commit comments