[][src]Enum xmc4800::dac::dac0cfg1::DATMOD_A

pub enum DATMOD_A {
    VALUE1,
    VALUE2,
}

Switch between independent or simultaneous DAC mode and select the input data register for DAC0 and DAC1

Value on reset: 0

Variants

VALUE1

0: independent data handling - process data from DATA0 register (bits 11:0) to DAC0 and data from DATA1 register (bits 11:0) to DAC1

VALUE2

1: simultaneous data handling - process data from DAC01 register to both DACs (bits 11:0 to DAC0 and bits 23:12 to DAC1).

Trait Implementations

impl From<DATMOD_A> for bool[src]

impl PartialEq<DATMOD_A> for DATMOD_A[src]

impl Debug for DATMOD_A[src]

impl Copy for DATMOD_A[src]

impl Clone for DATMOD_A[src]

Auto Trait Implementations

impl Unpin for DATMOD_A

impl Send for DATMOD_A

impl Sync for DATMOD_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self