pub struct W(/* private fields */);Expand description
Register HFXOCTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn hfxox2en(&mut self) -> HFXOX2EN_W<'_>
pub fn hfxox2en(&mut self) -> HFXOX2EN_W<'_>
Bit 3 - Enable Double Frequency on HFXOX2 Clock (compared to HFXO Clock)
Sourcepub fn peakdetmode(&mut self) -> PEAKDETMODE_W<'_>
pub fn peakdetmode(&mut self) -> PEAKDETMODE_W<'_>
Bits 4:5 - HFXO Automatic Peak Detection Mode
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