[][src]Struct efm32gg11b820::msc::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 erase(&self) -> ERASER[src]

Bit 0 - ERASE Interrupt Enable

pub fn write(&self) -> WRITER[src]

Bit 1 - WRITE Interrupt Enable

pub fn chof(&self) -> CHOFR[src]

Bit 2 - CHOF Interrupt Enable

pub fn cmof(&self) -> CMOFR[src]

Bit 3 - CMOF Interrupt Enable

pub fn pwrupf(&self) -> PWRUPFR[src]

Bit 4 - PWRUPF Interrupt Enable

pub fn icacherr(&self) -> ICACHERRR[src]

Bit 5 - ICACHERR Interrupt Enable

pub fn wdataov(&self) -> WDATAOVR[src]

Bit 6 - WDATAOV Interrupt Enable

pub fn lvewrite(&self) -> LVEWRITER[src]

Bit 8 - LVEWRITE Interrupt Enable

pub fn ramerr1b(&self) -> RAMERR1BR[src]

Bit 16 - RAMERR1B Interrupt Enable

pub fn ramerr2b(&self) -> RAMERR2BR[src]

Bit 17 - RAMERR2B Interrupt Enable

pub fn ram1err1b(&self) -> RAM1ERR1BR[src]

Bit 18 - RAM1ERR1B Interrupt Enable

pub fn ram1err2b(&self) -> RAM1ERR2BR[src]

Bit 19 - RAM1ERR2B 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