pub struct R(_);
Expand description
Register CMD0
reader
Implementations
sourceimpl R
impl R
sourcepub fn command0(&self) -> COMMAND0_R
pub fn command0(&self) -> COMMAND0_R
Bits 0:13 - Content of command 0. For more information, please refer to the register I2C_COMD0_REG in Chapter I²C Controller
sourcepub fn command0_done(&self) -> COMMAND0_DONE_R
pub fn command0_done(&self) -> COMMAND0_DONE_R
Bit 31 - When command 0 is done, this bit changes to 1.
Methods from Deref<Target = R<CMD0_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