[][src]Struct atsamd51j20a::oscctrl::status::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn xoscrdy0(&self) -> XOSCRDY0R[src]

Bit 0 - XOSC 0 Ready

pub fn xoscrdy1(&self) -> XOSCRDY1R[src]

Bit 1 - XOSC 1 Ready

pub fn xoscfail0(&self) -> XOSCFAIL0R[src]

Bit 2 - XOSC 0 Clock Failure Detector

pub fn xoscfail1(&self) -> XOSCFAIL1R[src]

Bit 3 - XOSC 1 Clock Failure Detector

pub fn xosccksw0(&self) -> XOSCCKSW0R[src]

Bit 4 - XOSC 0 Clock Switch

pub fn xosccksw1(&self) -> XOSCCKSW1R[src]

Bit 5 - XOSC 1 Clock Switch

pub fn dfllrdy(&self) -> DFLLRDYR[src]

Bit 8 - DFLL Ready

pub fn dflloob(&self) -> DFLLOOBR[src]

Bit 9 - DFLL Out Of Bounds

pub fn dflllckf(&self) -> DFLLLCKFR[src]

Bit 10 - DFLL Lock Fine

pub fn dflllckc(&self) -> DFLLLCKCR[src]

Bit 11 - DFLL Lock Coarse

pub fn dfllrcs(&self) -> DFLLRCSR[src]

Bit 12 - DFLL Reference Clock Stopped

pub fn dpll0lckr(&self) -> DPLL0LCKRR[src]

Bit 16 - DPLL0 Lock Rise

pub fn dpll0lckf(&self) -> DPLL0LCKFR[src]

Bit 17 - DPLL0 Lock Fall

pub fn dpll0to(&self) -> DPLL0TOR[src]

Bit 18 - DPLL0 Timeout

pub fn dpll0ldrto(&self) -> DPLL0LDRTOR[src]

Bit 19 - DPLL0 Loop Divider Ratio Update Complete

pub fn dpll1lckr(&self) -> DPLL1LCKRR[src]

Bit 24 - DPLL1 Lock Rise

pub fn dpll1lckf(&self) -> DPLL1LCKFR[src]

Bit 25 - DPLL1 Lock Fall

pub fn dpll1to(&self) -> DPLL1TOR[src]

Bit 26 - DPLL1 Timeout

pub fn dpll1ldrto(&self) -> DPLL1LDRTOR[src]

Bit 27 - DPLL1 Loop Divider Ratio Update Complete

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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

impl<T> Same for T

type Output = T

Should always be Self