pub struct R(_);
Expand description
Register INTENCLR
reader
Implementations
sourceimpl R
impl R
sourcepub fn xoscrdy0(&self) -> XOSCRDY0_R
pub fn xoscrdy0(&self) -> XOSCRDY0_R
Bit 0 - XOSC 0 Ready Interrupt Enable
sourcepub fn xoscrdy1(&self) -> XOSCRDY1_R
pub fn xoscrdy1(&self) -> XOSCRDY1_R
Bit 1 - XOSC 1 Ready Interrupt Enable
sourcepub fn xoscfail0(&self) -> XOSCFAIL0_R
pub fn xoscfail0(&self) -> XOSCFAIL0_R
Bit 2 - XOSC 0 Clock Failure Detector Interrupt Enable
sourcepub fn xoscfail1(&self) -> XOSCFAIL1_R
pub fn xoscfail1(&self) -> XOSCFAIL1_R
Bit 3 - XOSC 1 Clock Failure Detector Interrupt Enable
sourcepub fn dflllckf(&self) -> DFLLLCKF_R
pub fn dflllckf(&self) -> DFLLLCKF_R
Bit 10 - DFLL Lock Fine Interrupt Enable
sourcepub fn dflllckc(&self) -> DFLLLCKC_R
pub fn dflllckc(&self) -> DFLLLCKC_R
Bit 11 - DFLL Lock Coarse Interrupt Enable
sourcepub fn dpll0lckr(&self) -> DPLL0LCKR_R
pub fn dpll0lckr(&self) -> DPLL0LCKR_R
Bit 16 - DPLL0 Lock Rise Interrupt Enable
sourcepub fn dpll0lckf(&self) -> DPLL0LCKF_R
pub fn dpll0lckf(&self) -> DPLL0LCKF_R
Bit 17 - DPLL0 Lock Fall Interrupt Enable
sourcepub fn dpll0lto(&self) -> DPLL0LTO_R
pub fn dpll0lto(&self) -> DPLL0LTO_R
Bit 18 - DPLL0 Lock Timeout Interrupt Enable
sourcepub fn dpll0ldrto(&self) -> DPLL0LDRTO_R
pub fn dpll0ldrto(&self) -> DPLL0LDRTO_R
Bit 19 - DPLL0 Loop Divider Ratio Update Complete Interrupt Enable
sourcepub fn dpll1lckr(&self) -> DPLL1LCKR_R
pub fn dpll1lckr(&self) -> DPLL1LCKR_R
Bit 24 - DPLL1 Lock Rise Interrupt Enable
sourcepub fn dpll1lckf(&self) -> DPLL1LCKF_R
pub fn dpll1lckf(&self) -> DPLL1LCKF_R
Bit 25 - DPLL1 Lock Fall Interrupt Enable
sourcepub fn dpll1lto(&self) -> DPLL1LTO_R
pub fn dpll1lto(&self) -> DPLL1LTO_R
Bit 26 - DPLL1 Lock Timeout Interrupt Enable
sourcepub fn dpll1ldrto(&self) -> DPLL1LDRTO_R
pub fn dpll1ldrto(&self) -> DPLL1LDRTO_R
Bit 27 - DPLL1 Loop Divider Ratio Update Complete Interrupt Enable
Methods from Deref<Target = R<INTENCLR_SPEC>>
Trait Implementations
sourceimpl From<R<INTENCLR_SPEC>> for R
impl From<R<INTENCLR_SPEC>> for R
sourcefn from(reader: R<INTENCLR_SPEC>) -> Self
fn from(reader: R<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