pub struct R(_);
Expand description
Register CMD4
reader
Implementations
sourceimpl R
impl R
sourcepub fn command4(&self) -> COMMAND4_R
pub fn command4(&self) -> COMMAND4_R
Bits 0:13 - command4
sourcepub fn command4_done(&self) -> COMMAND4_DONE_R
pub fn command4_done(&self) -> COMMAND4_DONE_R
Bit 31 - command4_done
Methods from Deref<Target = R<CMD4_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