pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn em2block(&mut self) -> EM2BLOCK_W<'_>
pub fn em2block(&mut self) -> EM2BLOCK_W<'_>
Bit 1 - Energy Mode 2 Block
Sourcepub fn em2boddis(&mut self) -> EM2BODDIS_W<'_>
pub fn em2boddis(&mut self) -> EM2BODDIS_W<'_>
Bit 2 - Disable BOD in EM2
Sourcepub fn em23vscaleautowsen(&mut self) -> EM23VSCALEAUTOWSEN_W<'_>
pub fn em23vscaleautowsen(&mut self) -> EM23VSCALEAUTOWSEN_W<'_>
Bit 4 - Automatically Configures Flash and Frequency to Wakeup From EM2 or EM3 at Low Voltage
Sourcepub fn em23vscale(&mut self) -> EM23VSCALE_W<'_>
pub fn em23vscale(&mut self) -> EM23VSCALE_W<'_>
Bits 8:9 - EM23 Voltage Scale
Sourcepub fn em4hvscale(&mut self) -> EM4HVSCALE_W<'_>
pub fn em4hvscale(&mut self) -> EM4HVSCALE_W<'_>
Bits 16:17 - EM4H Voltage Scale
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