pub struct R(/* private fields */);Expand description
Register MODE_CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn mode_clocks(&self) -> MODE_CLOCKS_R
pub fn mode_clocks(&self) -> MODE_CLOCKS_R
Bits 0:3 - Mode Clocks
Sourcepub fn no_cmd_mode(&self) -> NO_CMD_MODE_R
pub fn no_cmd_mode(&self) -> NO_CMD_MODE_R
Bit 8 - No Command Mode
Methods from Deref<Target = R<MODE_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more