pub struct R(_);
Expand description
Register CMD1
reader
Implementations
sourceimpl R
impl R
sourcepub fn command1(&self) -> COMMAND1_R
pub fn command1(&self) -> COMMAND1_R
Bits 0:13 - command1
sourcepub fn command1_done(&self) -> COMMAND1_DONE_R
pub fn command1_done(&self) -> COMMAND1_DONE_R
Bit 31 - command1_done
Methods from Deref<Target = R<CMD1_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