[][src]Enum stm32f3xx_hal_v2::pac::comp::comp2_csr::COMP2_BLANKING_A

#[repr(u8)]pub enum COMP2_BLANKING_A {
    NOBLANKING,
    TIM1OC5,
    TIM2OC3,
    TIM3OC3,
}

Comparator 2 blanking source

Value on reset: 0

Variants

NOBLANKING

0: No blanking

TIM1OC5

1: TIM1 OC5 selected as blanking source

TIM2OC3

2: TIM2 OC3 selected as blanking source

TIM3OC3

3: TIM3 OC3 selected as blanking source

Trait Implementations

impl Clone for COMP2_BLANKING_A[src]

impl Copy for COMP2_BLANKING_A[src]

impl Debug for COMP2_BLANKING_A[src]

impl PartialEq<COMP2_BLANKING_A> for COMP2_BLANKING_A[src]

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