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 ushfrcordy(&mut self) -> USHFRCORDY_W<'_>
pub fn ushfrcordy(&mut self) -> USHFRCORDY_W<'_>
Bit 7 - USHFRCORDY 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 hfxopeakdetrdy(&mut self) -> HFXOPEAKDETRDY_W<'_>
pub fn hfxopeakdetrdy(&mut self) -> HFXOPEAKDETRDY_W<'_>
Bit 11 - HFXOPEAKDETRDY 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
Sourcepub fn dplllockfaillow(&mut self) -> DPLLLOCKFAILLOW_W<'_>
pub fn dplllockfaillow(&mut self) -> DPLLLOCKFAILLOW_W<'_>
Bit 16 - DPLLLOCKFAILLOW Interrupt Enable
Sourcepub fn dplllockfailhigh(&mut self) -> DPLLLOCKFAILHIGH_W<'_>
pub fn dplllockfailhigh(&mut self) -> DPLLLOCKFAILHIGH_W<'_>
Bit 17 - DPLLLOCKFAILHIGH Interrupt Enable
Sourcepub fn lfxoedge(&mut self) -> LFXOEDGE_W<'_>
pub fn lfxoedge(&mut self) -> LFXOEDGE_W<'_>
Bit 27 - LFXOEDGE Interrupt Enable
Sourcepub fn lfrcoedge(&mut self) -> LFRCOEDGE_W<'_>
pub fn lfrcoedge(&mut self) -> LFRCOEDGE_W<'_>
Bit 28 - LFRCOEDGE Interrupt Enable
Sourcepub fn ulfrcoedge(&mut self) -> ULFRCOEDGE_W<'_>
pub fn ulfrcoedge(&mut self) -> ULFRCOEDGE_W<'_>
Bit 29 - ULFRCOEDGE 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