pub struct R(/* private fields */);
Expand description
Register CR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn enable_suspend(&self) -> ENABLE_SUSPEND_R
pub fn enable_suspend(&self) -> ENABLE_SUSPEND_R
Bit 8 - Enable_Suspend
Sourcepub fn suspend_mode(&self) -> SUSPEND_MODE_R
pub fn suspend_mode(&self) -> SUSPEND_MODE_R
Bit 9 - Suspend_Mode
Sourcepub fn iso_update(&self) -> ISO_UPDATE_R
pub fn iso_update(&self) -> ISO_UPDATE_R
Bit 15 - ISO_Update
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 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