[][src]Struct sam3x8e::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) -> MOSCXTSR[src]

Bit 0 - Main XTAL Oscillator Status

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

Bit 1 - PLLA Lock Status

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

Bit 3 - Master Clock Status

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

Bit 6 - UTMI PLL Lock Status

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

Bit 7 - Slow Clock Oscillator Selection

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

Bit 8 - Programmable Clock Ready Status

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

Bit 9 - Programmable Clock Ready Status

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

Bit 10 - Programmable Clock Ready Status

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

Bit 16 - Main Oscillator Selection Status

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

Bit 17 - Main On-Chip RC Oscillator Status

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

Bit 18 - Clock Failure Detector Event

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

Bit 19 - Clock Failure Detector Status

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

Bit 20 - Clock Failure Detector Fault Output Status

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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]