[][src]Struct efr32xg1::emu::ien::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn vmonavddfall(&self) -> VMONAVDDFALLR
[src]

Bit 0 - VMONAVDDFALL Interrupt Enable

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

Bit 1 - VMONAVDDRISE Interrupt Enable

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

Bit 2 - VMONALTAVDDFALL Interrupt Enable

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

Bit 3 - VMONALTAVDDRISE Interrupt Enable

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

Bit 4 - VMONDVDDFALL Interrupt Enable

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

Bit 5 - VMONDVDDRISE Interrupt Enable

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

Bit 6 - VMONIO0FALL Interrupt Enable

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

Bit 7 - VMONIO0RISE Interrupt Enable

pub fn vmonfvddfall(&self) -> VMONFVDDFALLR
[src]

Bit 14 - VMONFVDDFALL Interrupt Enable

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

Bit 15 - VMONFVDDRISE Interrupt Enable

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

Bit 16 - PFETOVERCURRENTLIMIT Interrupt Enable

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

Bit 17 - NFETOVERCURRENTLIMIT Interrupt Enable

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

Bit 18 - DCDCLPRUNNING Interrupt Enable

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

Bit 19 - DCDCLNRUNNING Interrupt Enable

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

Bit 20 - DCDCINBYPASS Interrupt Enable

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

Bit 24 - EM23WAKEUP Interrupt Enable

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

Bit 29 - TEMP Interrupt Enable

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

Bit 30 - TEMPLOW Interrupt Enable

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

Bit 31 - TEMPHIGH Interrupt Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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]