[][src]Enum stm32f3::stm32f3x8::comp::comp2_csr::COMP2OUTSEL_A

#[repr(u8)]
pub enum COMP2OUTSEL_A {
    NOSELECTION,
    TIMER1BREAKINPUT,
    TIMER1BREAKINPUT2,
    TIMER1OCREFCLEARINPUT,
    TIMER1INPUTCAPTURE1,
    TIMER2INPUTCAPTURE4,
    TIMER2OCREFCLEARINPUT,
    TIMER3INPUTCAPTURE1,
    TIMER3OCREFCLEARINPUT,
}

Comparator 2 output selection

Value on reset: 0

Variants

NOSELECTION

0: No selection

TIMER1BREAKINPUT

1: Timer 1 break input

TIMER1BREAKINPUT2

2: Timer 1 break input 2

TIMER1OCREFCLEARINPUT

6: Timer 1 OCREF_CLR input

TIMER1INPUTCAPTURE1

7: Timer 1 input capture 1

TIMER2INPUTCAPTURE4

8: Timer 2 input capture 4

TIMER2OCREFCLEARINPUT

9: Timer 2 OCREF_CLR input

TIMER3INPUTCAPTURE1

10: Timer 3 input capture 1

TIMER3OCREFCLEARINPUT

11: Timer 3 OCREF_CLR input

Trait Implementations

impl Clone for COMP2OUTSEL_A[src]

impl Copy for COMP2OUTSEL_A[src]

impl Debug for COMP2OUTSEL_A[src]

impl From<COMP2OUTSEL_A> for u8[src]

impl PartialEq<COMP2OUTSEL_A> for COMP2OUTSEL_A[src]

impl StructuralPartialEq for COMP2OUTSEL_A[src]

Auto Trait Implementations

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.