pub struct R(_);Expand description
Register CR2 reader
Implementations
sourceimpl R
 
impl R
sourcepub fn msbfirst(&self) -> MSBFIRST_R
 
pub fn msbfirst(&self) -> MSBFIRST_R
Bit 19 - Most significant bit first
Methods from Deref<Target = R<CR2_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