pub struct W(/* private fields */);Expand description
Register EM4CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn em4state(&mut self) -> EM4STATE_W<'_>
pub fn em4state(&mut self) -> EM4STATE_W<'_>
Bit 0 - Energy Mode 4 State
Sourcepub fn retainlfrco(&mut self) -> RETAINLFRCO_W<'_>
pub fn retainlfrco(&mut self) -> RETAINLFRCO_W<'_>
Bit 1 - LFRCO Retain During EM4
Sourcepub fn retainlfxo(&mut self) -> RETAINLFXO_W<'_>
pub fn retainlfxo(&mut self) -> RETAINLFXO_W<'_>
Bit 2 - LFXO Retain During EM4
Sourcepub fn retainulfrco(&mut self) -> RETAINULFRCO_W<'_>
pub fn retainulfrco(&mut self) -> RETAINULFRCO_W<'_>
Bit 3 - ULFRCO Retain During EM4S
Sourcepub fn em4ioretmode(&mut self) -> EM4IORETMODE_W<'_>
pub fn em4ioretmode(&mut self) -> EM4IORETMODE_W<'_>
Bits 4:5 - EM4 IO Retention Disable
Sourcepub fn em4entry(&mut self) -> EM4ENTRY_W<'_>
pub fn em4entry(&mut self) -> EM4ENTRY_W<'_>
Bits 16:17 - Energy Mode 4 Entry
Methods from Deref<Target = W<EM4CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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