pub struct R(/* private fields */);Expand description
Register IEN reader
Implementations§
Source§impl R
impl R
Sourcepub fn hfrcordy(&self) -> HFRCORDY_R
pub fn hfrcordy(&self) -> HFRCORDY_R
Bit 0 - HFRCORDY Interrupt Enable
Sourcepub fn lfrcordy(&self) -> LFRCORDY_R
pub fn lfrcordy(&self) -> LFRCORDY_R
Bit 2 - LFRCORDY Interrupt Enable
Sourcepub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
pub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
Bit 4 - AUXHFRCORDY Interrupt Enable
Sourcepub fn hfxodiserr(&self) -> HFXODISERR_R
pub fn hfxodiserr(&self) -> HFXODISERR_R
Bit 8 - HFXODISERR Interrupt Enable
Sourcepub fn hfxoautosw(&self) -> HFXOAUTOSW_R
pub fn hfxoautosw(&self) -> HFXOAUTOSW_R
Bit 9 - HFXOAUTOSW Interrupt Enable
Sourcepub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
pub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
Bit 11 - HFXOPEAKDETRDY Interrupt Enable
Sourcepub fn hfrcodis(&self) -> HFRCODIS_R
pub fn hfrcodis(&self) -> HFRCODIS_R
Bit 13 - HFRCODIS Interrupt Enable
Sourcepub fn lftimeouterr(&self) -> LFTIMEOUTERR_R
pub fn lftimeouterr(&self) -> LFTIMEOUTERR_R
Bit 14 - LFTIMEOUTERR Interrupt Enable
Sourcepub fn dplllockfaillow(&self) -> DPLLLOCKFAILLOW_R
pub fn dplllockfaillow(&self) -> DPLLLOCKFAILLOW_R
Bit 16 - DPLLLOCKFAILLOW Interrupt Enable
Sourcepub fn dplllockfailhigh(&self) -> DPLLLOCKFAILHIGH_R
pub fn dplllockfailhigh(&self) -> DPLLLOCKFAILHIGH_R
Bit 17 - DPLLLOCKFAILHIGH Interrupt Enable
Sourcepub fn lfxoedge(&self) -> LFXOEDGE_R
pub fn lfxoedge(&self) -> LFXOEDGE_R
Bit 27 - LFXOEDGE Interrupt Enable
Sourcepub fn lfrcoedge(&self) -> LFRCOEDGE_R
pub fn lfrcoedge(&self) -> LFRCOEDGE_R
Bit 28 - LFRCOEDGE Interrupt Enable
Sourcepub fn ulfrcoedge(&self) -> ULFRCOEDGE_R
pub fn ulfrcoedge(&self) -> ULFRCOEDGE_R
Bit 29 - ULFRCOEDGE Interrupt Enable
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