[][src]Struct efm32gg11b820::vdac0::status::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 ch0ens(&self) -> CH0ENSR[src]

Bit 0 - Channel 0 Enabled Status

pub fn ch1ens(&self) -> CH1ENSR[src]

Bit 1 - Channel 1 Enabled Status

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

Bit 2 - Channel 0 Buffer Level

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

Bit 3 - Channel 1 Buffer Level

pub fn ch0warm(&self) -> CH0WARMR[src]

Bit 4 - Channel 0 Warm

pub fn ch1warm(&self) -> CH1WARMR[src]

Bit 5 - Channel 1 Warm

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

Bit 16 - OPA0 Bus Conflict Output

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

Bit 17 - OPA1 Bus Conflict Output

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

Bit 18 - OPA2 Bus Conflict Output

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

Bit 19 - OPA3 Bus Conflict Output

pub fn opa0ens(&self) -> OPA0ENSR[src]

Bit 20 - OPA0 Enabled Status

pub fn opa1ens(&self) -> OPA1ENSR[src]

Bit 21 - OPA1 Enabled Status

pub fn opa2ens(&self) -> OPA2ENSR[src]

Bit 22 - OPA2 Enabled Status

pub fn opa3ens(&self) -> OPA3ENSR[src]

Bit 23 - OPA3 Enabled Status

pub fn opa0warm(&self) -> OPA0WARMR[src]

Bit 24 - OPA0 Warm Status

pub fn opa1warm(&self) -> OPA1WARMR[src]

Bit 25 - OPA1 Warm Status

pub fn opa2warm(&self) -> OPA2WARMR[src]

Bit 26 - OPA2 Warm Status

pub fn opa3warm(&self) -> OPA3WARMR[src]

Bit 27 - OPA3 Warm Status

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

Bit 28 - OPA0 Output Valid Status

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

Bit 29 - OPA1 Output Valid Status

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

Bit 30 - OPA2 Output Valid Status

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

Bit 31 - OPA3 Output Valid Status

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