pub struct R(_);
Expand description
Register CMD
reader
Implementations
sourceimpl R
impl R
sourcepub fn read_cmd(&self) -> READ_CMD_R
pub fn read_cmd(&self) -> READ_CMD_R
Bit 0 - Set this bit to send read command.
Methods from Deref<Target = R<CMD_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