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