pub struct W(_);
Expand description
Register INTENCLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn xoscrdy0(&mut self) -> XOSCRDY0_W<'_>
pub fn xoscrdy0(&mut self) -> XOSCRDY0_W<'_>
Bit 0 - XOSC 0 Ready Interrupt Enable
sourcepub fn xoscrdy1(&mut self) -> XOSCRDY1_W<'_>
pub fn xoscrdy1(&mut self) -> XOSCRDY1_W<'_>
Bit 1 - XOSC 1 Ready Interrupt Enable
sourcepub fn xoscfail0(&mut self) -> XOSCFAIL0_W<'_>
pub fn xoscfail0(&mut self) -> XOSCFAIL0_W<'_>
Bit 2 - XOSC 0 Clock Failure Detector Interrupt Enable
sourcepub fn xoscfail1(&mut self) -> XOSCFAIL1_W<'_>
pub fn xoscfail1(&mut self) -> XOSCFAIL1_W<'_>
Bit 3 - XOSC 1 Clock Failure Detector Interrupt Enable
sourcepub fn dflllckf(&mut self) -> DFLLLCKF_W<'_>
pub fn dflllckf(&mut self) -> DFLLLCKF_W<'_>
Bit 10 - DFLL Lock Fine Interrupt Enable
sourcepub fn dflllckc(&mut self) -> DFLLLCKC_W<'_>
pub fn dflllckc(&mut self) -> DFLLLCKC_W<'_>
Bit 11 - DFLL Lock Coarse Interrupt Enable
sourcepub fn dfllrcs(&mut self) -> DFLLRCS_W<'_>
pub fn dfllrcs(&mut self) -> DFLLRCS_W<'_>
Bit 12 - DFLL Reference Clock Stopped Interrupt Enable
sourcepub fn dpll0lckr(&mut self) -> DPLL0LCKR_W<'_>
pub fn dpll0lckr(&mut self) -> DPLL0LCKR_W<'_>
Bit 16 - DPLL0 Lock Rise Interrupt Enable
sourcepub fn dpll0lckf(&mut self) -> DPLL0LCKF_W<'_>
pub fn dpll0lckf(&mut self) -> DPLL0LCKF_W<'_>
Bit 17 - DPLL0 Lock Fall Interrupt Enable
sourcepub fn dpll0lto(&mut self) -> DPLL0LTO_W<'_>
pub fn dpll0lto(&mut self) -> DPLL0LTO_W<'_>
Bit 18 - DPLL0 Lock Timeout Interrupt Enable
sourcepub fn dpll0ldrto(&mut self) -> DPLL0LDRTO_W<'_>
pub fn dpll0ldrto(&mut self) -> DPLL0LDRTO_W<'_>
Bit 19 - DPLL0 Loop Divider Ratio Update Complete Interrupt Enable
sourcepub fn dpll1lckr(&mut self) -> DPLL1LCKR_W<'_>
pub fn dpll1lckr(&mut self) -> DPLL1LCKR_W<'_>
Bit 24 - DPLL1 Lock Rise Interrupt Enable
sourcepub fn dpll1lckf(&mut self) -> DPLL1LCKF_W<'_>
pub fn dpll1lckf(&mut self) -> DPLL1LCKF_W<'_>
Bit 25 - DPLL1 Lock Fall Interrupt Enable
sourcepub fn dpll1lto(&mut self) -> DPLL1LTO_W<'_>
pub fn dpll1lto(&mut self) -> DPLL1LTO_W<'_>
Bit 26 - DPLL1 Lock Timeout Interrupt Enable
sourcepub fn dpll1ldrto(&mut self) -> DPLL1LDRTO_W<'_>
pub fn dpll1ldrto(&mut self) -> DPLL1LDRTO_W<'_>
Bit 27 - DPLL1 Loop Divider Ratio Update Complete Interrupt Enable
Methods from Deref<Target = W<INTENCLR_SPEC>>
Trait Implementations
sourceimpl From<W<INTENCLR_SPEC>> for W
impl From<W<INTENCLR_SPEC>> for W
sourcefn from(writer: W<INTENCLR_SPEC>) -> Self
fn from(writer: W<INTENCLR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more