pub struct R(_);
Expand description
Register LOCK
reader
Implementations
sourceimpl R
impl R
sourcepub fn timerlockkey(&self) -> TIMERLOCKKEY_R
pub fn timerlockkey(&self) -> TIMERLOCKKEY_R
Bits 0:15 - Timer Lock Key
Methods from Deref<Target = R<LOCK_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more