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 hfxopeakdeterr(&self) -> HFXOPEAKDETERR_R
 
pub fn hfxopeakdeterr(&self) -> HFXOPEAKDETERR_R
Bit 10 - HFXOPEAKDETERR Interrupt Enable
Sourcepub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
 
pub fn hfxopeakdetrdy(&self) -> HFXOPEAKDETRDY_R
Bit 11 - HFXOPEAKDETRDY Interrupt Enable
Sourcepub fn hfxoshuntoptrdy(&self) -> HFXOSHUNTOPTRDY_R
 
pub fn hfxoshuntoptrdy(&self) -> HFXOSHUNTOPTRDY_R
Bit 12 - HFXOSHUNTOPTRDY 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
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