[]Struct metro_m4::target_device::oscctrl::status::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn xoscrdy0(&self) -> XOSCRDY0R

Bit 0 - XOSC 0 Ready

pub fn xoscrdy1(&self) -> XOSCRDY1R

Bit 1 - XOSC 1 Ready

pub fn xoscfail0(&self) -> XOSCFAIL0R

Bit 2 - XOSC 0 Clock Failure Detector

pub fn xoscfail1(&self) -> XOSCFAIL1R

Bit 3 - XOSC 1 Clock Failure Detector

pub fn xosccksw0(&self) -> XOSCCKSW0R

Bit 4 - XOSC 0 Clock Switch

pub fn xosccksw1(&self) -> XOSCCKSW1R

Bit 5 - XOSC 1 Clock Switch

pub fn dfllrdy(&self) -> DFLLRDYR

Bit 8 - DFLL Ready

pub fn dflloob(&self) -> DFLLOOBR

Bit 9 - DFLL Out Of Bounds

pub fn dflllckf(&self) -> DFLLLCKFR

Bit 10 - DFLL Lock Fine

pub fn dflllckc(&self) -> DFLLLCKCR

Bit 11 - DFLL Lock Coarse

pub fn dfllrcs(&self) -> DFLLRCSR

Bit 12 - DFLL Reference Clock Stopped

pub fn dpll0lckr(&self) -> DPLL0LCKRR

Bit 16 - DPLL0 Lock Rise

pub fn dpll0lckf(&self) -> DPLL0LCKFR

Bit 17 - DPLL0 Lock Fall

pub fn dpll0to(&self) -> DPLL0TOR

Bit 18 - DPLL0 Timeout

pub fn dpll0ldrto(&self) -> DPLL0LDRTOR

Bit 19 - DPLL0 Loop Divider Ratio Update Complete

pub fn dpll1lckr(&self) -> DPLL1LCKRR

Bit 24 - DPLL1 Lock Rise

pub fn dpll1lckf(&self) -> DPLL1LCKFR

Bit 25 - DPLL1 Lock Fall

pub fn dpll1to(&self) -> DPLL1TOR

Bit 26 - DPLL1 Timeout

pub fn dpll1ldrto(&self) -> DPLL1LDRTOR

Bit 27 - DPLL1 Loop Divider Ratio Update Complete

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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