[][src]Enum stm32f3::stm32f303::dac::sr::DMAUDR2_A

pub enum DMAUDR2_A {
    NOUNDERRUN,
    UNDERRUN,
}

DAC channel2 DMA underrun flag

Value on reset: 0

Variants

NOUNDERRUN

0: No DMA underrun error condition occurred for DAC channel X

UNDERRUN

1: DMA underrun error condition occurred for DAC channel X

Trait Implementations

impl Clone for DMAUDR2_A[src]

impl Copy for DMAUDR2_A[src]

impl Debug for DMAUDR2_A[src]

impl From<DMAUDR2_A> for bool[src]

impl PartialEq<DMAUDR2_A> for DMAUDR2_A[src]

impl StructuralPartialEq for DMAUDR2_A[src]

Auto Trait Implementations

impl Send for DMAUDR2_A

impl Sync for DMAUDR2_A

impl Unpin for DMAUDR2_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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