Enum gd32f1::gd32f130::cmp::cs::CMP0OSEL_A[][src]

#[repr(u8)]pub enum CMP0OSEL_A {
    NOSELECTION,
    TIMER0BREAKINPUT,
    TIMER0INPUTCAPTURE0,
    TIMER0OCPRECLEARINPUT,
    TIMER1INPUTCAPTURE3,
    TIMER1OCPRECLEARINPUT,
    TIMER2INPUTCAPTURE0,
    TIMER2OCPRECLEARINPUT,
}

Comparator 0 output selection

Value on reset: 0

Variants

NOSELECTION

0: No selection

TIMER0BREAKINPUT

1: Timer 0 break input

TIMER0INPUTCAPTURE0

2: Timer 0 Input capture 0

TIMER0OCPRECLEARINPUT

3: Timer 0 OCPRE_CLR input

TIMER1INPUTCAPTURE3

4: Timer 1 input capture 3

TIMER1OCPRECLEARINPUT

5: Timer 1 OCPRE_CLR input

TIMER2INPUTCAPTURE0

6: Timer 2 input capture 0

TIMER2OCPRECLEARINPUT

7: Timer 2 OCPRE_CLR input

Trait Implementations

impl Clone for CMP0OSEL_A[src]

impl Copy for CMP0OSEL_A[src]

impl Debug for CMP0OSEL_A[src]

impl PartialEq<CMP0OSEL_A> for CMP0OSEL_A[src]

impl StructuralPartialEq for CMP0OSEL_A[src]

Auto Trait Implementations

impl Send for CMP0OSEL_A

impl Sync for CMP0OSEL_A

impl Unpin for CMP0OSEL_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, 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.