[][src]Enum stm32f3::stm32f3x8::comp::comp6_csr::COMP6OUTSEL_A

#[repr(u8)]
pub enum COMP6OUTSEL_A {
    NOSELECTION,
    TIMER1BREAKINPUT,
    TIMER1BREAKINPUT2,
    TIMER2INPUTCAPTURE2,
    TIMER2OCREFCLEARINPUT,
    TIMER16OCREFCLEARINPUT,
    TIMER16INPUTCAPTURE1,
}

Comparator 6 output selection

Value on reset: 0

Variants

NOSELECTION

0: No selection

TIMER1BREAKINPUT

1: Timer 1 break input

TIMER1BREAKINPUT2

2: Timer 1 break input 2

TIMER2INPUTCAPTURE2

6: Timer 2 input capture 2

TIMER2OCREFCLEARINPUT

8: Timer 2 OCREF_CLR input

TIMER16OCREFCLEARINPUT

9: Timer 16 OCREF_CLR input

TIMER16INPUTCAPTURE1

10: Timer 16 input capture 1

Trait Implementations

impl Clone for COMP6OUTSEL_A[src]

impl Copy for COMP6OUTSEL_A[src]

impl Debug for COMP6OUTSEL_A[src]

impl From<COMP6OUTSEL_A> for u8[src]

impl PartialEq<COMP6OUTSEL_A> for COMP6OUTSEL_A[src]

impl StructuralPartialEq for COMP6OUTSEL_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.