pub struct R(_);
Expand description
Register INTENCLR
reader
Implementations
sourceimpl R
impl R
sourcepub fn xosc32krdy(&self) -> XOSC32KRDY_R
pub fn xosc32krdy(&self) -> XOSC32KRDY_R
Bit 1 - XOSC32K Ready Interrupt Enable
sourcepub fn osc32krdy(&self) -> OSC32KRDY_R
pub fn osc32krdy(&self) -> OSC32KRDY_R
Bit 2 - OSC32K Ready Interrupt Enable
sourcepub fn osc8mrdy(&self) -> OSC8MRDY_R
pub fn osc8mrdy(&self) -> OSC8MRDY_R
Bit 3 - OSC8M Ready Interrupt Enable
sourcepub fn dflllckf(&self) -> DFLLLCKF_R
pub fn dflllckf(&self) -> DFLLLCKF_R
Bit 6 - DFLL Lock Fine Interrupt Enable
sourcepub fn dflllckc(&self) -> DFLLLCKC_R
pub fn dflllckc(&self) -> DFLLLCKC_R
Bit 7 - DFLL Lock Coarse Interrupt Enable
sourcepub fn bod33rdy(&self) -> BOD33RDY_R
pub fn bod33rdy(&self) -> BOD33RDY_R
Bit 9 - BOD33 Ready Interrupt Enable
sourcepub fn bod33det(&self) -> BOD33DET_R
pub fn bod33det(&self) -> BOD33DET_R
Bit 10 - BOD33 Detection Interrupt Enable
sourcepub fn dplllckr(&self) -> DPLLLCKR_R
pub fn dplllckr(&self) -> DPLLLCKR_R
Bit 15 - DPLL Lock Rise Interrupt Enable
sourcepub fn dplllckf(&self) -> DPLLLCKF_R
pub fn dplllckf(&self) -> DPLLLCKF_R
Bit 16 - DPLL Lock Fall 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