pub struct W(/* private fields */);Expand description
Register IEN writer
Implementations§
Source§impl W
impl W
Sourcepub fn hfrcordy(&mut self) -> HFRCORDY_W<'_>
pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_>
Bit 0 - HFRCORDY Interrupt Enable
Sourcepub fn lfrcordy(&mut self) -> LFRCORDY_W<'_>
pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_>
Bit 2 - LFRCORDY Interrupt Enable
Sourcepub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_>
pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_>
Bit 4 - AUXHFRCORDY Interrupt Enable
Sourcepub fn hfxodiserr(&mut self) -> HFXODISERR_W<'_>
pub fn hfxodiserr(&mut self) -> HFXODISERR_W<'_>
Bit 8 - HFXODISERR Interrupt Enable
Sourcepub fn hfxoautosw(&mut self) -> HFXOAUTOSW_W<'_>
pub fn hfxoautosw(&mut self) -> HFXOAUTOSW_W<'_>
Bit 9 - HFXOAUTOSW Interrupt Enable
Sourcepub fn hfxopeakdeterr(&mut self) -> HFXOPEAKDETERR_W<'_>
pub fn hfxopeakdeterr(&mut self) -> HFXOPEAKDETERR_W<'_>
Bit 10 - HFXOPEAKDETERR Interrupt Enable
Sourcepub fn hfxopeakdetrdy(&mut self) -> HFXOPEAKDETRDY_W<'_>
pub fn hfxopeakdetrdy(&mut self) -> HFXOPEAKDETRDY_W<'_>
Bit 11 - HFXOPEAKDETRDY Interrupt Enable
Sourcepub fn hfxoshuntoptrdy(&mut self) -> HFXOSHUNTOPTRDY_W<'_>
pub fn hfxoshuntoptrdy(&mut self) -> HFXOSHUNTOPTRDY_W<'_>
Bit 12 - HFXOSHUNTOPTRDY Interrupt Enable
Sourcepub fn hfrcodis(&mut self) -> HFRCODIS_W<'_>
pub fn hfrcodis(&mut self) -> HFRCODIS_W<'_>
Bit 13 - HFRCODIS Interrupt Enable
Sourcepub fn lftimeouterr(&mut self) -> LFTIMEOUTERR_W<'_>
pub fn lftimeouterr(&mut self) -> LFTIMEOUTERR_W<'_>
Bit 14 - LFTIMEOUTERR Interrupt Enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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