[][src]Struct sam3x8e::pmc::pmc_idr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn moscxts(&mut self) -> _MOSCXTSW[src]

Bit 0 - Main Crystal Oscillator Status Interrupt Disable

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

Bit 1 - PLLA Lock Interrupt Disable

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

Bit 3 - Master Clock Ready Interrupt Disable

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

Bit 6 - UTMI PLL Lock Interrupt Disable

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

Bit 8 - Programmable Clock Ready 0 Interrupt Disable

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

Bit 9 - Programmable Clock Ready 1 Interrupt Disable

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

Bit 10 - Programmable Clock Ready 2 Interrupt Disable

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

Bit 16 - Main Oscillator Selection Status Interrupt Disable

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

Bit 17 - Main On-Chip RC Status Interrupt Disable

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

Bit 18 - Clock Failure Detector Event Interrupt Disable

Auto Trait Implementations

impl Send for W

impl Sync for W

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]