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.
2 parents 85750af + c82d36c commit 11e11f0Copy full SHA for 11e11f0
src/generate/peripheral.rs
@@ -66,6 +66,7 @@ pub fn render(
66
impl Deref for #name_pc {
67
type Target = #base::RegisterBlock;
68
69
+ #[inline(always)]
70
fn deref(&self) -> &Self::Target {
71
unsafe { &*#name_pc::ptr() }
72
}
0 commit comments