[]Struct metro_m4::oscctrl::intflag::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn xoscrdy0(&mut self) -> _XOSCRDY0W

Bit 0 - XOSC 0 Ready

pub fn xoscrdy1(&mut self) -> _XOSCRDY1W

Bit 1 - XOSC 1 Ready

pub fn xoscfail0(&mut self) -> _XOSCFAIL0W

Bit 2 - XOSC 0 Clock Failure Detector

pub fn xoscfail1(&mut self) -> _XOSCFAIL1W

Bit 3 - XOSC 1 Clock Failure Detector

pub fn dfllrdy(&mut self) -> _DFLLRDYW

Bit 8 - DFLL Ready

pub fn dflloob(&mut self) -> _DFLLOOBW

Bit 9 - DFLL Out Of Bounds

pub fn dflllckf(&mut self) -> _DFLLLCKFW

Bit 10 - DFLL Lock Fine

pub fn dflllckc(&mut self) -> _DFLLLCKCW

Bit 11 - DFLL Lock Coarse

pub fn dfllrcs(&mut self) -> _DFLLRCSW

Bit 12 - DFLL Reference Clock Stopped

pub fn dpll0lckr(&mut self) -> _DPLL0LCKRW

Bit 16 - DPLL0 Lock Rise

pub fn dpll0lckf(&mut self) -> _DPLL0LCKFW

Bit 17 - DPLL0 Lock Fall

pub fn dpll0lto(&mut self) -> _DPLL0LTOW

Bit 18 - DPLL0 Lock Timeout

pub fn dpll0ldrto(&mut self) -> _DPLL0LDRTOW

Bit 19 - DPLL0 Loop Divider Ratio Update Complete

pub fn dpll1lckr(&mut self) -> _DPLL1LCKRW

Bit 24 - DPLL1 Lock Rise

pub fn dpll1lckf(&mut self) -> _DPLL1LCKFW

Bit 25 - DPLL1 Lock Fall

pub fn dpll1lto(&mut self) -> _DPLL1LTOW

Bit 26 - DPLL1 Lock Timeout

pub fn dpll1ldrto(&mut self) -> _DPLL1LDRTOW

Bit 27 - DPLL1 Loop Divider Ratio Update Complete

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self