[][src]Struct efm32gg11b820::vdac0::if_::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 ch0cd(&self) -> CH0CDR[src]

Bit 0 - Channel 0 Conversion Done Interrupt Flag

pub fn ch1cd(&self) -> CH1CDR[src]

Bit 1 - Channel 1 Conversion Done Interrupt Flag

pub fn ch0of(&self) -> CH0OFR[src]

Bit 2 - Channel 0 Data Overflow Interrupt Flag

pub fn ch1of(&self) -> CH1OFR[src]

Bit 3 - Channel 1 Data Overflow Interrupt Flag

pub fn ch0uf(&self) -> CH0UFR[src]

Bit 4 - Channel 0 Data Underflow Interrupt Flag

pub fn ch1uf(&self) -> CH1UFR[src]

Bit 5 - Channel 1 Data Underflow Interrupt Flag

pub fn ch0bl(&self) -> CH0BLR[src]

Bit 6 - Channel 0 Buffer Level Interrupt Flag

pub fn ch1bl(&self) -> CH1BLR[src]

Bit 7 - Channel 1 Buffer Level Interrupt Flag

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

Bit 15 - EM2/3 Entry Error Flag

pub fn opa0aportconflict(&self) -> OPA0APORTCONFLICTR[src]

Bit 16 - OPA0 Bus Conflict Output Interrupt Flag

pub fn opa1aportconflict(&self) -> OPA1APORTCONFLICTR[src]

Bit 17 - OPA1 Bus Conflict Output Interrupt Flag

pub fn opa2aportconflict(&self) -> OPA2APORTCONFLICTR[src]

Bit 18 - OPA2 Bus Conflict Output Interrupt Flag

pub fn opa3aportconflict(&self) -> OPA3APORTCONFLICTR[src]

Bit 19 - OPA3 Bus Conflict Output Interrupt Flag

pub fn opa0prstimederr(&self) -> OPA0PRSTIMEDERRR[src]

Bit 20 - OPA0 PRS Trigger Mode Error Interrupt Flag

pub fn opa1prstimederr(&self) -> OPA1PRSTIMEDERRR[src]

Bit 21 - OPA1 PRS Trigger Mode Error Interrupt Flag

pub fn opa2prstimederr(&self) -> OPA2PRSTIMEDERRR[src]

Bit 22 - OPA2 PRS Trigger Mode Error Interrupt Flag

pub fn opa3prstimederr(&self) -> OPA3PRSTIMEDERRR[src]

Bit 23 - OPA3 PRS Trigger Mode Error Interrupt Flag

pub fn opa0outvalid(&self) -> OPA0OUTVALIDR[src]

Bit 28 - OPA0 Output Valid Interrupt Flag

pub fn opa1outvalid(&self) -> OPA1OUTVALIDR[src]

Bit 29 - OPA1 Output Valid Interrupt Flag

pub fn opa2outvalid(&self) -> OPA2OUTVALIDR[src]

Bit 30 - OPA3 Output Valid Interrupt Flag

pub fn opa3outvalid(&self) -> OPA3OUTVALIDR[src]

Bit 31 - OPA3 Output Valid Interrupt Flag

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