[][src]Struct sam3x8e::pmc::pmc_imr::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 Crystal Oscillator Status Interrupt Mask

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

Bit 1 - PLLA Lock Interrupt Mask

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

Bit 3 - Master Clock Ready Interrupt Mask

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

Bit 6 - UTMI PLL Lock Interrupt Mask

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

Bit 8 - Programmable Clock Ready 0 Interrupt Mask

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

Bit 9 - Programmable Clock Ready 1 Interrupt Mask

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

Bit 10 - Programmable Clock Ready 2 Interrupt Mask

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

Bit 16 - Main Oscillator Selection Status Interrupt Mask

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

Bit 17 - Main On-Chip RC Status Interrupt Mask

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

Bit 18 - Clock Failure Detector Event Interrupt Mask

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]