[][src]Struct atsamd51j19a::oscctrl::intenset::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn xoscrdy0(&mut self) -> _XOSCRDY0W[src]

Bit 0 - XOSC 0 Ready Interrupt Enable

pub fn xoscrdy1(&mut self) -> _XOSCRDY1W[src]

Bit 1 - XOSC 1 Ready Interrupt Enable

pub fn xoscfail0(&mut self) -> _XOSCFAIL0W[src]

Bit 2 - XOSC 0 Clock Failure Detector Interrupt Enable

pub fn xoscfail1(&mut self) -> _XOSCFAIL1W[src]

Bit 3 - XOSC 1 Clock Failure Detector Interrupt Enable

pub fn dfllrdy(&mut self) -> _DFLLRDYW[src]

Bit 8 - DFLL Ready Interrupt Enable

pub fn dflloob(&mut self) -> _DFLLOOBW[src]

Bit 9 - DFLL Out Of Bounds Interrupt Enable

pub fn dflllckf(&mut self) -> _DFLLLCKFW[src]

Bit 10 - DFLL Lock Fine Interrupt Enable

pub fn dflllckc(&mut self) -> _DFLLLCKCW[src]

Bit 11 - DFLL Lock Coarse Interrupt Enable

pub fn dfllrcs(&mut self) -> _DFLLRCSW[src]

Bit 12 - DFLL Reference Clock Stopped Interrupt Enable

pub fn dpll0lckr(&mut self) -> _DPLL0LCKRW[src]

Bit 16 - DPLL0 Lock Rise Interrupt Enable

pub fn dpll0lckf(&mut self) -> _DPLL0LCKFW[src]

Bit 17 - DPLL0 Lock Fall Interrupt Enable

pub fn dpll0lto(&mut self) -> _DPLL0LTOW[src]

Bit 18 - DPLL0 Lock Timeout Interrupt Enable

pub fn dpll0ldrto(&mut self) -> _DPLL0LDRTOW[src]

Bit 19 - DPLL0 Loop Divider Ratio Update Complete Interrupt Enable

pub fn dpll1lckr(&mut self) -> _DPLL1LCKRW[src]

Bit 24 - DPLL1 Lock Rise Interrupt Enable

pub fn dpll1lckf(&mut self) -> _DPLL1LCKFW[src]

Bit 25 - DPLL1 Lock Fall Interrupt Enable

pub fn dpll1lto(&mut self) -> _DPLL1LTOW[src]

Bit 26 - DPLL1 Lock Timeout Interrupt Enable

pub fn dpll1ldrto(&mut self) -> _DPLL1LDRTOW[src]

Bit 27 - DPLL1 Loop Divider Ratio Update Complete Interrupt Enable

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 = Infallible

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

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]