pub struct R(/* private fields */);
Expand description
Register STATUS
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hfrcoens(&self) -> HFRCOENS_R
pub fn hfrcoens(&self) -> HFRCOENS_R
Bit 0 - HFRCO Enable Status
Sourcepub fn hfrcordy(&self) -> HFRCORDY_R
pub fn hfrcordy(&self) -> HFRCORDY_R
Bit 1 - HFRCO Ready
Sourcepub fn auxhfrcoens(&self) -> AUXHFRCOENS_R
pub fn auxhfrcoens(&self) -> AUXHFRCOENS_R
Bit 4 - AUXHFRCO Enable Status
Sourcepub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
pub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
Bit 5 - AUXHFRCO Ready
Sourcepub fn lfrcoens(&self) -> LFRCOENS_R
pub fn lfrcoens(&self) -> LFRCOENS_R
Bit 6 - LFRCO Enable Status
Sourcepub fn lfrcordy(&self) -> LFRCORDY_R
pub fn lfrcordy(&self) -> LFRCORDY_R
Bit 7 - LFRCO Ready
Sourcepub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
pub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
Bit 22 - HFXO Peak Detection Ready
Sourcepub fn hfxoshuntoptrdy(&self) -> HFXOSHUNTOPTRDY_R
pub fn hfxoshuntoptrdy(&self) -> HFXOSHUNTOPTRDY_R
Bit 23 - HFXO Shunt Current Optimization Ready
Sourcepub fn hfxoamphigh(&self) -> HFXOAMPHIGH_R
pub fn hfxoamphigh(&self) -> HFXOAMPHIGH_R
Bit 24 - HFXO Oscillation Amplitude is Too High
Sourcepub fn hfxoamplow(&self) -> HFXOAMPLOW_R
pub fn hfxoamplow(&self) -> HFXOAMPLOW_R
Bit 25 - HFXO Amplitude Tuning Value Too Low
Sourcepub fn hfxoregilow(&self) -> HFXOREGILOW_R
pub fn hfxoregilow(&self) -> HFXOREGILOW_R
Bit 26 - HFXO Regulator Shunt Current Too Low
Methods from Deref<Target = R<STATUS_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