[][src]Struct efm32gg11b820::emu::ifs::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 - Set VMONAVDDFALL Interrupt Flag

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

Bit 1 - Set VMONAVDDRISE Interrupt Flag

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

Bit 2 - Set VMONALTAVDDFALL Interrupt Flag

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

Bit 3 - Set VMONALTAVDDRISE Interrupt Flag

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

Bit 4 - Set VMONDVDDFALL Interrupt Flag

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

Bit 5 - Set VMONDVDDRISE Interrupt Flag

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

Bit 6 - Set VMONIO0FALL Interrupt Flag

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

Bit 7 - Set VMONIO0RISE Interrupt Flag

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

Bit 8 - Set VMONIO1FALL Interrupt Flag

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

Bit 9 - Set VMONIO1RISE Interrupt Flag

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

Bit 10 - Set R5VREADY Interrupt Flag

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

Bit 12 - Set VMONBUVDDFALL Interrupt Flag

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

Bit 13 - Set VMONBUVDDRISE Interrupt Flag

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

Bit 16 - Set PFETOVERCURRENTLIMIT Interrupt Flag

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

Bit 17 - Set NFETOVERCURRENTLIMIT Interrupt Flag

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

Bit 18 - Set DCDCLPRUNNING Interrupt Flag

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

Bit 19 - Set DCDCLNRUNNING Interrupt Flag

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

Bit 20 - Set DCDCINBYPASS Interrupt Flag

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

Bit 22 - Set BURDY Interrupt Flag

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

Bit 23 - Set R5VVSINT Interrupt Flag

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

Bit 24 - Set EM23WAKEUP Interrupt Flag

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

Bit 25 - Set VSCALEDONE Interrupt Flag

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

Bit 29 - Set TEMP Interrupt Flag

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

Bit 30 - Set TEMPLOW Interrupt Flag

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

Bit 31 - Set TEMPHIGH Interrupt Flag

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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