pub struct W(_);
Expand description
Register INTENSET
writer
Implementations
sourceimpl W
impl W
sourcepub fn xosc32krdy(&mut self) -> XOSC32KRDY_W<'_>
pub fn xosc32krdy(&mut self) -> XOSC32KRDY_W<'_>
Bit 1 - XOSC32K Ready Interrupt Enable
sourcepub fn osc32krdy(&mut self) -> OSC32KRDY_W<'_>
pub fn osc32krdy(&mut self) -> OSC32KRDY_W<'_>
Bit 2 - OSC32K Ready Interrupt Enable
sourcepub fn osc8mrdy(&mut self) -> OSC8MRDY_W<'_>
pub fn osc8mrdy(&mut self) -> OSC8MRDY_W<'_>
Bit 3 - OSC8M Ready Interrupt Enable
sourcepub fn dflllckf(&mut self) -> DFLLLCKF_W<'_>
pub fn dflllckf(&mut self) -> DFLLLCKF_W<'_>
Bit 6 - DFLL Lock Fine Interrupt Enable
sourcepub fn dflllckc(&mut self) -> DFLLLCKC_W<'_>
pub fn dflllckc(&mut self) -> DFLLLCKC_W<'_>
Bit 7 - DFLL Lock Coarse Interrupt Enable
sourcepub fn dfllrcs(&mut self) -> DFLLRCS_W<'_>
pub fn dfllrcs(&mut self) -> DFLLRCS_W<'_>
Bit 8 - DFLL Reference Clock Stopped Interrupt Enable
sourcepub fn bod33rdy(&mut self) -> BOD33RDY_W<'_>
pub fn bod33rdy(&mut self) -> BOD33RDY_W<'_>
Bit 9 - BOD33 Ready Interrupt Enable
sourcepub fn bod33det(&mut self) -> BOD33DET_W<'_>
pub fn bod33det(&mut self) -> BOD33DET_W<'_>
Bit 10 - BOD33 Detection Interrupt Enable
sourcepub fn b33srdy(&mut self) -> B33SRDY_W<'_>
pub fn b33srdy(&mut self) -> B33SRDY_W<'_>
Bit 11 - BOD33 Synchronization Ready Interrupt Enable
sourcepub fn dplllckr(&mut self) -> DPLLLCKR_W<'_>
pub fn dplllckr(&mut self) -> DPLLLCKR_W<'_>
Bit 15 - DPLL Lock Rise Interrupt Enable
sourcepub fn dplllckf(&mut self) -> DPLLLCKF_W<'_>
pub fn dplllckf(&mut self) -> DPLLLCKF_W<'_>
Bit 16 - DPLL Lock Fall Interrupt Enable
Methods from Deref<Target = W<INTENSET_SPEC>>
Trait Implementations
sourceimpl From<W<INTENSET_SPEC>> for W
impl From<W<INTENSET_SPEC>> for W
sourcefn from(writer: W<INTENSET_SPEC>) -> Self
fn from(writer: W<INTENSET_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