[][src]Struct atsams70n19b::pmc::pmc_ier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - Main Crystal Oscillator Status Interrupt Enable

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

Bit 1 - PLLA Lock Interrupt Enable

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

Bit 3 - Master Clock Ready Interrupt Enable

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

Bit 6 - UTMI PLL Lock Interrupt Enable

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

Bit 8 - Programmable Clock Ready 0 Interrupt Enable

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

Bit 9 - Programmable Clock Ready 1 Interrupt Enable

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

Bit 10 - Programmable Clock Ready 2 Interrupt Enable

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

Bit 11 - Programmable Clock Ready 3 Interrupt Enable

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

Bit 12 - Programmable Clock Ready 4 Interrupt Enable

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

Bit 13 - Programmable Clock Ready 5 Interrupt Enable

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

Bit 14 - Programmable Clock Ready 6 Interrupt Enable

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

Bit 15 - Programmable Clock Ready 7 Interrupt Enable

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

Bit 16 - Main Clock Source Oscillator Selection Status Interrupt Enable

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

Bit 17 - Main RC Oscillator Status Interrupt Enable

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

Bit 18 - Clock Failure Detector Event Interrupt Enable

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

Bit 21 - 32.768 kHz Crystal Oscillator Error Interrupt Enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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