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 hfxopeakdeterr(&self) -> HFXOPEAKDETERR_R
pub fn hfxopeakdeterr(&self) -> HFXOPEAKDETERR_R
Bit 10 - HFXO Automatic Peak Detection Error 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 hfxoshuntoptrdy(&self) -> HFXOSHUNTOPTRDY_R
pub fn hfxoshuntoptrdy(&self) -> HFXOSHUNTOPTRDY_R
Bit 12 - HFXO Automatic Shunt Current Optimization 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
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