[][src]Struct efm32gg11b820::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 vmonio1fall(&self) -> VMONIO1FALLR[src]

Bit 8 - VMONIO1FALL Interrupt Enable

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

Bit 9 - VMONIO1RISE Interrupt Enable

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

Bit 10 - R5VREADY Interrupt Enable

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

Bit 12 - VMONBUVDDFALL Interrupt Enable

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

Bit 13 - VMONBUVDDRISE 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 burdy(&self) -> BURDYR[src]

Bit 22 - BURDY Interrupt Enable

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

Bit 23 - R5VVSINT Interrupt Enable

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

Bit 24 - EM23WAKEUP Interrupt Enable

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

Bit 25 - VSCALEDONE 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
    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