[][src]Enum stm32f3::stm32f303::dac::swtrigr::SWTRIG2_AW

pub enum SWTRIG2_AW {
    DISABLED,
    ENABLED,
}

DAC channel2 software trigger

Value on reset: 0

Variants

DISABLED

0: DAC channel X software trigger disabled

ENABLED

1: DAC channel X software trigger enabled

Trait Implementations

impl From<SWTRIG2_AW> for bool[src]

impl Debug for SWTRIG2_AW[src]

impl PartialEq<SWTRIG2_AW> for SWTRIG2_AW[src]

impl Copy for SWTRIG2_AW[src]

impl StructuralPartialEq for SWTRIG2_AW[src]

impl Clone for SWTRIG2_AW[src]

Auto Trait Implementations

impl Unpin for SWTRIG2_AW

impl Send for SWTRIG2_AW

impl Sync for SWTRIG2_AW

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