pub struct W(_);
Expand description
Register INTFLAG
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
sourcepub fn xoscrdy1(&mut self) -> XOSCRDY1_W<'_>
pub fn xoscrdy1(&mut self) -> XOSCRDY1_W<'_>
Bit 1 - XOSC 1 Ready
sourcepub fn xoscfail0(&mut self) -> XOSCFAIL0_W<'_>
pub fn xoscfail0(&mut self) -> XOSCFAIL0_W<'_>
Bit 2 - XOSC 0 Clock Failure Detector
sourcepub fn xoscfail1(&mut self) -> XOSCFAIL1_W<'_>
pub fn xoscfail1(&mut self) -> XOSCFAIL1_W<'_>
Bit 3 - XOSC 1 Clock Failure Detector
sourcepub fn dflllckf(&mut self) -> DFLLLCKF_W<'_>
pub fn dflllckf(&mut self) -> DFLLLCKF_W<'_>
Bit 10 - DFLL Lock Fine
sourcepub fn dflllckc(&mut self) -> DFLLLCKC_W<'_>
pub fn dflllckc(&mut self) -> DFLLLCKC_W<'_>
Bit 11 - DFLL Lock Coarse
sourcepub fn dpll0lckr(&mut self) -> DPLL0LCKR_W<'_>
pub fn dpll0lckr(&mut self) -> DPLL0LCKR_W<'_>
Bit 16 - DPLL0 Lock Rise
sourcepub fn dpll0lckf(&mut self) -> DPLL0LCKF_W<'_>
pub fn dpll0lckf(&mut self) -> DPLL0LCKF_W<'_>
Bit 17 - DPLL0 Lock Fall
sourcepub fn dpll0lto(&mut self) -> DPLL0LTO_W<'_>
pub fn dpll0lto(&mut self) -> DPLL0LTO_W<'_>
Bit 18 - DPLL0 Lock Timeout
sourcepub fn dpll0ldrto(&mut self) -> DPLL0LDRTO_W<'_>
pub fn dpll0ldrto(&mut self) -> DPLL0LDRTO_W<'_>
Bit 19 - DPLL0 Loop Divider Ratio Update Complete
sourcepub fn dpll1lckr(&mut self) -> DPLL1LCKR_W<'_>
pub fn dpll1lckr(&mut self) -> DPLL1LCKR_W<'_>
Bit 24 - DPLL1 Lock Rise
sourcepub fn dpll1lckf(&mut self) -> DPLL1LCKF_W<'_>
pub fn dpll1lckf(&mut self) -> DPLL1LCKF_W<'_>
Bit 25 - DPLL1 Lock Fall
sourcepub fn dpll1lto(&mut self) -> DPLL1LTO_W<'_>
pub fn dpll1lto(&mut self) -> DPLL1LTO_W<'_>
Bit 26 - DPLL1 Lock Timeout
sourcepub fn dpll1ldrto(&mut self) -> DPLL1LDRTO_W<'_>
pub fn dpll1ldrto(&mut self) -> DPLL1LDRTO_W<'_>
Bit 27 - DPLL1 Loop Divider Ratio Update Complete
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