pub struct R(_);Expand description
Register CMD7 reader
Implementations
sourceimpl R
impl R
sourcepub fn command7(&self) -> COMMAND7_R
pub fn command7(&self) -> COMMAND7_R
Bits 0:13 - command7
sourcepub fn command7_done(&self) -> COMMAND7_DONE_R
pub fn command7_done(&self) -> COMMAND7_DONE_R
Bit 31 - command7_done
Methods from Deref<Target = R<CMD7_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