[][src]Struct efm32gg11b820::cmu::ien::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 hfrcordy(&mut self) -> _HFRCORDYW[src]

Bit 0 - HFRCORDY Interrupt Enable

pub fn hfxordy(&mut self) -> _HFXORDYW[src]

Bit 1 - HFXORDY Interrupt Enable

pub fn lfrcordy(&mut self) -> _LFRCORDYW[src]

Bit 2 - LFRCORDY Interrupt Enable

pub fn lfxordy(&mut self) -> _LFXORDYW[src]

Bit 3 - LFXORDY Interrupt Enable

pub fn auxhfrcordy(&mut self) -> _AUXHFRCORDYW[src]

Bit 4 - AUXHFRCORDY Interrupt Enable

pub fn calrdy(&mut self) -> _CALRDYW[src]

Bit 5 - CALRDY Interrupt Enable

pub fn calof(&mut self) -> _CALOFW[src]

Bit 6 - CALOF Interrupt Enable

pub fn ushfrcordy(&mut self) -> _USHFRCORDYW[src]

Bit 7 - USHFRCORDY Interrupt Enable

pub fn hfxodiserr(&mut self) -> _HFXODISERRW[src]

Bit 8 - HFXODISERR Interrupt Enable

pub fn hfxoautosw(&mut self) -> _HFXOAUTOSWW[src]

Bit 9 - HFXOAUTOSW Interrupt Enable

pub fn hfxopeakdetrdy(&mut self) -> _HFXOPEAKDETRDYW[src]

Bit 11 - HFXOPEAKDETRDY Interrupt Enable

pub fn hfrcodis(&mut self) -> _HFRCODISW[src]

Bit 13 - HFRCODIS Interrupt Enable

pub fn lftimeouterr(&mut self) -> _LFTIMEOUTERRW[src]

Bit 14 - LFTIMEOUTERR Interrupt Enable

pub fn dpllrdy(&mut self) -> _DPLLRDYW[src]

Bit 15 - DPLLRDY Interrupt Enable

pub fn dplllockfaillow(&mut self) -> _DPLLLOCKFAILLOWW[src]

Bit 16 - DPLLLOCKFAILLOW Interrupt Enable

pub fn dplllockfailhigh(&mut self) -> _DPLLLOCKFAILHIGHW[src]

Bit 17 - DPLLLOCKFAILHIGH Interrupt Enable

pub fn lfxoedge(&mut self) -> _LFXOEDGEW[src]

Bit 27 - LFXOEDGE Interrupt Enable

pub fn lfrcoedge(&mut self) -> _LFRCOEDGEW[src]

Bit 28 - LFRCOEDGE Interrupt Enable

pub fn ulfrcoedge(&mut self) -> _ULFRCOEDGEW[src]

Bit 29 - ULFRCOEDGE Interrupt Enable

pub fn cmuerr(&mut self) -> _CMUERRW[src]

Bit 31 - CMUERR 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]

impl<T> Same for T

type Output = T

Should always be Self