[][src]Struct efm32gg11b820::emu::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 vmonavddfall(&mut self) -> _VMONAVDDFALLW[src]

Bit 0 - VMONAVDDFALL Interrupt Enable

pub fn vmonavddrise(&mut self) -> _VMONAVDDRISEW[src]

Bit 1 - VMONAVDDRISE Interrupt Enable

pub fn vmonaltavddfall(&mut self) -> _VMONALTAVDDFALLW[src]

Bit 2 - VMONALTAVDDFALL Interrupt Enable

pub fn vmonaltavddrise(&mut self) -> _VMONALTAVDDRISEW[src]

Bit 3 - VMONALTAVDDRISE Interrupt Enable

pub fn vmondvddfall(&mut self) -> _VMONDVDDFALLW[src]

Bit 4 - VMONDVDDFALL Interrupt Enable

pub fn vmondvddrise(&mut self) -> _VMONDVDDRISEW[src]

Bit 5 - VMONDVDDRISE Interrupt Enable

pub fn vmonio0fall(&mut self) -> _VMONIO0FALLW[src]

Bit 6 - VMONIO0FALL Interrupt Enable

pub fn vmonio0rise(&mut self) -> _VMONIO0RISEW[src]

Bit 7 - VMONIO0RISE Interrupt Enable

pub fn vmonio1fall(&mut self) -> _VMONIO1FALLW[src]

Bit 8 - VMONIO1FALL Interrupt Enable

pub fn vmonio1rise(&mut self) -> _VMONIO1RISEW[src]

Bit 9 - VMONIO1RISE Interrupt Enable

pub fn r5vready(&mut self) -> _R5VREADYW[src]

Bit 10 - R5VREADY Interrupt Enable

pub fn vmonbuvddfall(&mut self) -> _VMONBUVDDFALLW[src]

Bit 12 - VMONBUVDDFALL Interrupt Enable

pub fn vmonbuvddrise(&mut self) -> _VMONBUVDDRISEW[src]

Bit 13 - VMONBUVDDRISE Interrupt Enable

pub fn pfetovercurrentlimit(&mut self) -> _PFETOVERCURRENTLIMITW[src]

Bit 16 - PFETOVERCURRENTLIMIT Interrupt Enable

pub fn nfetovercurrentlimit(&mut self) -> _NFETOVERCURRENTLIMITW[src]

Bit 17 - NFETOVERCURRENTLIMIT Interrupt Enable

pub fn dcdclprunning(&mut self) -> _DCDCLPRUNNINGW[src]

Bit 18 - DCDCLPRUNNING Interrupt Enable

pub fn dcdclnrunning(&mut self) -> _DCDCLNRUNNINGW[src]

Bit 19 - DCDCLNRUNNING Interrupt Enable

pub fn dcdcinbypass(&mut self) -> _DCDCINBYPASSW[src]

Bit 20 - DCDCINBYPASS Interrupt Enable

pub fn burdy(&mut self) -> _BURDYW[src]

Bit 22 - BURDY Interrupt Enable

pub fn r5vvsint(&mut self) -> _R5VVSINTW[src]

Bit 23 - R5VVSINT Interrupt Enable

pub fn em23wakeup(&mut self) -> _EM23WAKEUPW[src]

Bit 24 - EM23WAKEUP Interrupt Enable

pub fn vscaledone(&mut self) -> _VSCALEDONEW[src]

Bit 25 - VSCALEDONE Interrupt Enable

pub fn temp(&mut self) -> _TEMPW[src]

Bit 29 - TEMP Interrupt Enable

pub fn templow(&mut self) -> _TEMPLOWW[src]

Bit 30 - TEMPLOW Interrupt Enable

pub fn temphigh(&mut self) -> _TEMPHIGHW[src]

Bit 31 - TEMPHIGH 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