pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn em2dbgen(&mut self) -> EM2DBGEN_W<'_, 0>
pub fn em2dbgen(&mut self) -> EM2DBGEN_W<'_, 0>
Bit 0 - Enable debugging in EM2
Sourcepub fn tempavgnum(&mut self) -> TEMPAVGNUM_W<'_, 3>
pub fn tempavgnum(&mut self) -> TEMPAVGNUM_W<'_, 3>
Bit 3 - Averaged Temperature samples num
Sourcepub fn em23vscale(&mut self) -> EM23VSCALE_W<'_, 8>
pub fn em23vscale(&mut self) -> EM23VSCALE_W<'_, 8>
Bits 8:9 - EM2/EM3 Vscale
Sourcepub fn flashpwrupondemand(&mut self) -> FLASHPWRUPONDEMAND_W<'_, 16>
pub fn flashpwrupondemand(&mut self) -> FLASHPWRUPONDEMAND_W<'_, 16>
Bit 16 - Enable flash on demand wakeup
Sourcepub fn efpdirectmodeen(&mut self) -> EFPDIRECTMODEEN_W<'_, 29>
pub fn efpdirectmodeen(&mut self) -> EFPDIRECTMODEEN_W<'_, 29>
Bit 29 - EFP Direct Mode Enable
Sourcepub fn efpdrvdecouple(&mut self) -> EFPDRVDECOUPLE_W<'_, 30>
pub fn efpdrvdecouple(&mut self) -> EFPDRVDECOUPLE_W<'_, 30>
Bit 30 - EFP drives DECOUPLE
Sourcepub fn efpdrvdvdd(&mut self) -> EFPDRVDVDD_W<'_, 31>
pub fn efpdrvdvdd(&mut self) -> EFPDRVDVDD_W<'_, 31>
Bit 31 - EFP drives DVDD
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