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 4bc94f0 commit 540a967Copy full SHA for 540a967
src/generate/generic.rs
@@ -36,7 +36,7 @@ impl<U, REG> Reg<U, REG>
36
where
37
U: Copy,
38
{
39
- /// Gets a memory address of a register.
+ /// Returns the underlying memory address of register.
40
///
41
/// ```ignore
42
/// let reg_ptr = periph.reg.as_ptr();
0 commit comments