pub struct R(/* private fields */);
Expand description
Register HFXOSTEADYSTATECTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn ibtrimxocore(&self) -> IBTRIMXOCORE_R
pub fn ibtrimxocore(&self) -> IBTRIMXOCORE_R
Bits 0:6 - Sets the Steady State Oscillator Core Bias Current.
Sourcepub fn regish(&self) -> REGISH_R
pub fn regish(&self) -> REGISH_R
Bits 7:10 - Sets the Steady State Regulator Output Current Level (shunt Regulator)
Sourcepub fn regselilow(&self) -> REGSELILOW_R
pub fn regselilow(&self) -> REGSELILOW_R
Bits 24:25 - Controls Regulator Minimum Shunt Current Detection Relative to Nominal
Sourcepub fn peakdeten(&self) -> PEAKDETEN_R
pub fn peakdeten(&self) -> PEAKDETEN_R
Bit 26 - Enables Oscillator Peak Detectors
Sourcepub fn regishupper(&self) -> REGISHUPPER_R
pub fn regishupper(&self) -> REGISHUPPER_R
Bits 28:31 - Set Regulator Output Current Level (shunt Regulator). Ish = 120uA + REGISHUPPER X 120uA
Methods from Deref<Target = R<HFXOSTEADYSTATECTRL_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