pub struct W(/* private fields */);Expand description
Register HFXOCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn peakdetshuntoptmode(&mut self) -> PEAKDETSHUNTOPTMODE_W<'_>
pub fn peakdetshuntoptmode(&mut self) -> PEAKDETSHUNTOPTMODE_W<'_>
Bits 4:5 - HFXO Automatic Peak Detection and Shunt Current Optimization Mode
Sourcepub fn lowpower(&mut self) -> LOWPOWER_W<'_>
pub fn lowpower(&mut self) -> LOWPOWER_W<'_>
Bit 8 - Low Power Mode Control
Sourcepub fn xti2gnd(&mut self) -> XTI2GND_W<'_>
pub fn xti2gnd(&mut self) -> XTI2GND_W<'_>
Bit 9 - Clamp HFXTAL_N Pin to Ground When HFXO Oscillator is Off
Sourcepub fn xto2gnd(&mut self) -> XTO2GND_W<'_>
pub fn xto2gnd(&mut self) -> XTO2GND_W<'_>
Bit 10 - Clamp HFXTAL_P Pin to Ground When HFXO Oscillator is Off
Sourcepub fn lftimeout(&mut self) -> LFTIMEOUT_W<'_>
pub fn lftimeout(&mut self) -> LFTIMEOUT_W<'_>
Bits 24:26 - HFXO Low Frequency Timeout
Sourcepub fn autostartem0em1(&mut self) -> AUTOSTARTEM0EM1_W<'_>
pub fn autostartem0em1(&mut self) -> AUTOSTARTEM0EM1_W<'_>
Bit 28 - Automatically Start of HFXO Upon EM0/EM1 Entry From EM2/EM3
Sourcepub fn autostartselem0em1(&mut self) -> AUTOSTARTSELEM0EM1_W<'_>
pub fn autostartselem0em1(&mut self) -> AUTOSTARTSELEM0EM1_W<'_>
Bit 29 - Automatically Start and Select of HFXO Upon EM0/EM1 Entry From EM2/EM3
Methods from Deref<Target = W<HFXOCTRL_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