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 4db9367 commit c70c814Copy full SHA for c70c814
src/generate/peripheral.rs
@@ -54,6 +54,7 @@ pub fn render(
54
55
impl #name_pc {
56
/// Returns a pointer to the register block
57
+ #[inline(always)]
58
pub const fn ptr() -> *const #base::RegisterBlock {
59
#address as *const _
60
}
0 commit comments