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 - HFRCO Ready Interrupt Enable
Sourcepub fn lfrcordy(&self) -> LFRCORDY_R
 
pub fn lfrcordy(&self) -> LFRCORDY_R
Bit 2 - LFRCO Ready Interrupt Enable
Sourcepub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
 
pub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
Bit 4 - AUXHFRCO Ready Interrupt Enable
Sourcepub fn ushfrcordy(&self) -> USHFRCORDY_R
 
pub fn ushfrcordy(&self) -> USHFRCORDY_R
Bit 8 - USHFRCO Ready 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