pub struct R(/* private fields */);
Expand description
Register IF
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hfrcordy(&self) -> HFRCORDY_R
pub fn hfrcordy(&self) -> HFRCORDY_R
Bit 0 - HFRCO Ready Interrupt Flag
Sourcepub fn lfrcordy(&self) -> LFRCORDY_R
pub fn lfrcordy(&self) -> LFRCORDY_R
Bit 2 - LFRCO Ready Interrupt Flag
Sourcepub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
pub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
Bit 4 - AUXHFRCO Ready Interrupt Flag
Sourcepub fn hfxodiserr(&self) -> HFXODISERR_R
pub fn hfxodiserr(&self) -> HFXODISERR_R
Bit 8 - HFXO Disable Error Interrupt Flag
Sourcepub fn hfxoautosw(&self) -> HFXOAUTOSW_R
pub fn hfxoautosw(&self) -> HFXOAUTOSW_R
Bit 9 - HFXO Automatic Switch Interrupt Flag
Sourcepub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
pub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
Bit 11 - HFXO Automatic Peak Detection Ready Interrupt Flag
Sourcepub fn hfrcodis(&self) -> HFRCODIS_R
pub fn hfrcodis(&self) -> HFRCODIS_R
Bit 13 - HFRCO Disable Interrupt Flag
Sourcepub fn lftimeouterr(&self) -> LFTIMEOUTERR_R
pub fn lftimeouterr(&self) -> LFTIMEOUTERR_R
Bit 14 - Low Frequency Timeout Error Interrupt Flag
Sourcepub fn dplllockfaillow(&self) -> DPLLLOCKFAILLOW_R
pub fn dplllockfaillow(&self) -> DPLLLOCKFAILLOW_R
Bit 16 - DPLL Lock Failure Low Interrupt Flag
Sourcepub fn dplllockfailhigh(&self) -> DPLLLOCKFAILHIGH_R
pub fn dplllockfailhigh(&self) -> DPLLLOCKFAILHIGH_R
Bit 17 - DPLL Lock Failure Low Interrupt Flag
Sourcepub fn lfxoedge(&self) -> LFXOEDGE_R
pub fn lfxoedge(&self) -> LFXOEDGE_R
Bit 27 - LFXO Clock Edge Detected Interrupt Flag
Sourcepub fn lfrcoedge(&self) -> LFRCOEDGE_R
pub fn lfrcoedge(&self) -> LFRCOEDGE_R
Bit 28 - LFRCO Clock Edge Detected Interrupt Flag
Sourcepub fn ulfrcoedge(&self) -> ULFRCOEDGE_R
pub fn ulfrcoedge(&self) -> ULFRCOEDGE_R
Bit 29 - ULFRCO Clock Edge Detected Interrupt Flag
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