[][src]Struct efm32gg11b820::adc0::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 singleof(&mut self) -> _SINGLEOFW[src]

Bit 8 - Set SINGLEOF Interrupt Flag

pub fn scanof(&mut self) -> _SCANOFW[src]

Bit 9 - Set SCANOF Interrupt Flag

pub fn singleuf(&mut self) -> _SINGLEUFW[src]

Bit 10 - Set SINGLEUF Interrupt Flag

pub fn scanuf(&mut self) -> _SCANUFW[src]

Bit 11 - Set SCANUF Interrupt Flag

pub fn singlecmp(&mut self) -> _SINGLECMPW[src]

Bit 16 - Set SINGLECMP Interrupt Flag

pub fn scancmp(&mut self) -> _SCANCMPW[src]

Bit 17 - Set SCANCMP Interrupt Flag

pub fn vrefov(&mut self) -> _VREFOVW[src]

Bit 24 - Set VREFOV Interrupt Flag

pub fn progerr(&mut self) -> _PROGERRW[src]

Bit 25 - Set PROGERR Interrupt Flag

pub fn scanextpend(&mut self) -> _SCANEXTPENDW[src]

Bit 26 - Set SCANEXTPEND Interrupt Flag

pub fn scanpend(&mut self) -> _SCANPENDW[src]

Bit 27 - Set SCANPEND Interrupt Flag

pub fn prstimederr(&mut self) -> _PRSTIMEDERRW[src]

Bit 28 - Set PRSTIMEDERR Interrupt Flag

pub fn em23err(&mut self) -> _EM23ERRW[src]

Bit 29 - Set EM23ERR Interrupt Flag

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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, 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