pub struct R(_);
Expand description
Register CMD6
reader
Implementations
sourceimpl R
impl R
sourcepub fn command6(&self) -> COMMAND6_R
pub fn command6(&self) -> COMMAND6_R
Bits 0:13 - command6
sourcepub fn command6_done(&self) -> COMMAND6_DONE_R
pub fn command6_done(&self) -> COMMAND6_DONE_R
Bit 31 - command6_done
Methods from Deref<Target = R<CMD6_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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