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.
#[inline(always)]
1 parent 4deea23 commit c82d36cCopy full SHA for c82d36c
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