[][src]Enum stm32f3xx_hal_v2::stm32::comp::comp4_csr::COMP4OUTSEL_A

#[repr(u8)]pub enum COMP4OUTSEL_A {
    NOSELECTION,
    TIMER1BREAKINPUT,
    TIMER1BREAKINPUT2,
    TIMER3INPUTCAPTURE3,
    TIMER15INPUTCAPTURE2,
    TIMER15OCREFCLEARINPUT,
    TIMER3OCREFCLEARINPUT,
}

Comparator 4 output selection

Value on reset: 0

Variants

NOSELECTION

0: No selection

TIMER1BREAKINPUT

1: Timer 1 break input

TIMER1BREAKINPUT2

2: Timer 1 break input 2

TIMER3INPUTCAPTURE3

6: Timer 3 input capture 3

TIMER15INPUTCAPTURE2

8: Timer 15 input capture 2

TIMER15OCREFCLEARINPUT

10: Timer 15 OCREF_CLR input

TIMER3OCREFCLEARINPUT

11: Timer 3 OCREF_CLR input

Trait Implementations

impl Clone for COMP4OUTSEL_A[src]

impl Copy for COMP4OUTSEL_A[src]

impl Debug for COMP4OUTSEL_A[src]

impl PartialEq<COMP4OUTSEL_A> for COMP4OUTSEL_A[src]

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