pub struct R(_);Expand description
Register CR1 reader
Implementations
sourceimpl R
 
impl R
sourcepub fn uifremap(&self) -> UIFREMAP_R
 
pub fn uifremap(&self) -> UIFREMAP_R
Bit 11 - UIF status bit remapping
Methods from Deref<Target = R<CR1_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