[][src]Struct efr32xg1::adc0::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 single(&self) -> SINGLER
[src]

Bit 0 - SINGLE Interrupt Enable

pub fn scan(&self) -> SCANR
[src]

Bit 1 - SCAN Interrupt Enable

pub fn singleof(&self) -> SINGLEOFR
[src]

Bit 8 - SINGLEOF Interrupt Enable

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

Bit 9 - SCANOF Interrupt Enable

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

Bit 10 - SINGLEUF Interrupt Enable

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

Bit 11 - SCANUF Interrupt Enable

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

Bit 16 - SINGLECMP Interrupt Enable

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

Bit 17 - SCANCMP Interrupt Enable

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

Bit 24 - VREFOV Interrupt Enable

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

Bit 25 - PROGERR 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]