pub struct R(/* private fields */);Expand description
Register EM4CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn em4state(&self) -> EM4STATE_R
pub fn em4state(&self) -> EM4STATE_R
Bit 0 - Energy Mode 4 State
Sourcepub fn retainlfrco(&self) -> RETAINLFRCO_R
pub fn retainlfrco(&self) -> RETAINLFRCO_R
Bit 1 - LFRCO Retain During EM4
Sourcepub fn retainlfxo(&self) -> RETAINLFXO_R
pub fn retainlfxo(&self) -> RETAINLFXO_R
Bit 2 - LFXO Retain During EM4
Sourcepub fn retainulfrco(&self) -> RETAINULFRCO_R
pub fn retainulfrco(&self) -> RETAINULFRCO_R
Bit 3 - ULFRCO Retain During EM4S
Sourcepub fn em4ioretmode(&self) -> EM4IORETMODE_R
pub fn em4ioretmode(&self) -> EM4IORETMODE_R
Bits 4:5 - EM4 IO Retention Disable
Methods from Deref<Target = R<EM4CTRL_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 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