[][src]Struct efr32xg1::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 vmonfvddfall(&mut self) -> _VMONFVDDFALLW
[src]

Bit 14 - VMONFVDDFALL Interrupt Enable

pub fn vmonfvddrise(&mut self) -> _VMONFVDDRISEW
[src]

Bit 15 - VMONFVDDRISE 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 em23wakeup(&mut self) -> _EM23WAKEUPW
[src]

Bit 24 - EM23WAKEUP 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, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]