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