[][src]Struct atsams70n20b::pmc::pmc_sr::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 moscxts(&self) -> MOSCXTS_R[src]

Bit 0 - Main Crystal Oscillator Status

pub fn locka(&self) -> LOCKA_R[src]

Bit 1 - PLLA Lock Status

pub fn mckrdy(&self) -> MCKRDY_R[src]

Bit 3 - Master Clock Status

pub fn locku(&self) -> LOCKU_R[src]

Bit 6 - UTMI PLL Lock Status

pub fn oscsels(&self) -> OSCSELS_R[src]

Bit 7 - Slow Clock Source Oscillator Selection

pub fn pckrdy0(&self) -> PCKRDY0_R[src]

Bit 8 - Programmable Clock Ready 0 Status

pub fn pckrdy1(&self) -> PCKRDY1_R[src]

Bit 9 - Programmable Clock Ready 1 Status

pub fn pckrdy2(&self) -> PCKRDY2_R[src]

Bit 10 - Programmable Clock Ready 2 Status

pub fn pckrdy3(&self) -> PCKRDY3_R[src]

Bit 11 - Programmable Clock Ready 3 Status

pub fn pckrdy4(&self) -> PCKRDY4_R[src]

Bit 12 - Programmable Clock Ready 4 Status

pub fn pckrdy5(&self) -> PCKRDY5_R[src]

Bit 13 - Programmable Clock Ready 5 Status

pub fn pckrdy6(&self) -> PCKRDY6_R[src]

Bit 14 - Programmable Clock Ready 6 Status

pub fn pckrdy7(&self) -> PCKRDY7_R[src]

Bit 15 - Programmable Clock Ready 7 Status

pub fn moscsels(&self) -> MOSCSELS_R[src]

Bit 16 - Main Clock Source Oscillator Selection Status

pub fn moscrcs(&self) -> MOSCRCS_R[src]

Bit 17 - Main RC Oscillator Status

pub fn cfdev(&self) -> CFDEV_R[src]

Bit 18 - Clock Failure Detector Event

pub fn cfds(&self) -> CFDS_R[src]

Bit 19 - Clock Failure Detector Status

pub fn fos(&self) -> FOS_R[src]

Bit 20 - Clock Failure Detector Fault Output Status

pub fn xt32kerr(&self) -> XT32KERR_R[src]

Bit 21 - Slow Crystal Oscillator Error

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