pub struct R(/* private fields */);Expand description
Register keycode_value reader
Implementations§
Source§impl R
impl R
Sourcepub fn keycode0(&self) -> KEYCODE0_R
pub fn keycode0(&self) -> KEYCODE0_R
Bits 0:7
Sourcepub fn keycode1(&self) -> KEYCODE1_R
pub fn keycode1(&self) -> KEYCODE1_R
Bits 8:15
Sourcepub fn keycode2(&self) -> KEYCODE2_R
pub fn keycode2(&self) -> KEYCODE2_R
Bits 16:23
Sourcepub fn keycode3(&self) -> KEYCODE3_R
pub fn keycode3(&self) -> KEYCODE3_R
Bits 24:31
Methods from Deref<Target = R<KEYCODE_VALUE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more