pub struct R(/* private fields */);
Expand description
Register HFXOCTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn peakdetshuntoptmode(&self) -> PEAKDETSHUNTOPTMODE_R
pub fn peakdetshuntoptmode(&self) -> PEAKDETSHUNTOPTMODE_R
Bits 4:5 - HFXO Automatic Peak Detection and Shunt Current Optimization Mode
Sourcepub fn lowpower(&self) -> LOWPOWER_R
pub fn lowpower(&self) -> LOWPOWER_R
Bit 8 - Low Power Mode Control
Sourcepub fn xti2gnd(&self) -> XTI2GND_R
pub fn xti2gnd(&self) -> XTI2GND_R
Bit 9 - Clamp HFXTAL_N Pin to Ground When HFXO Oscillator is Off
Sourcepub fn xto2gnd(&self) -> XTO2GND_R
pub fn xto2gnd(&self) -> XTO2GND_R
Bit 10 - Clamp HFXTAL_P Pin to Ground When HFXO Oscillator is Off
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