pub struct R(/* private fields */);
Expand description
Register HFXOCTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hfxox2en(&self) -> HFXOX2EN_R
pub fn hfxox2en(&self) -> HFXOX2EN_R
Bit 3 - Enable Double Frequency on HFXOX2 Clock (compared to HFXO Clock)
Sourcepub fn peakdetmode(&self) -> PEAKDETMODE_R
pub fn peakdetmode(&self) -> PEAKDETMODE_R
Bits 4:5 - HFXO Automatic Peak Detection Mode
Sourcepub fn lftimeout(&self) -> LFTIMEOUT_R
pub fn lftimeout(&self) -> LFTIMEOUT_R
Bits 24:26 - HFXO Low Frequency Timeout
Sourcepub fn autostartem0em1(&self) -> AUTOSTARTEM0EM1_R
pub fn autostartem0em1(&self) -> AUTOSTARTEM0EM1_R
Bit 28 - Automatically Start of HFXO Upon EM0/EM1 Entry From EM2/EM3
Sourcepub fn autostartselem0em1(&self) -> AUTOSTARTSELEM0EM1_R
pub fn autostartselem0em1(&self) -> AUTOSTARTSELEM0EM1_R
Bit 29 - Automatically Start and Select of HFXO Upon EM0/EM1 Entry From EM2/EM3
Methods from Deref<Target = R<HFXOCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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