#[repr(u8)]
pub enum Trigger {
    TIM6_TRGO,
    TIM21_CH2,
    TIM2_TRGO,
    TIM2_CH4,
    TIM22_TRGO,
    TIM3_TRGO,
    EXTI11,
}
Expand description

Hardware triggers that can start an ADC conversion

Variants

TIM6_TRGO

TRG0

TIM21_CH2

TRG1

TIM2_TRGO

TRG2

TIM2_CH4

TRG3

TIM22_TRGO

TRG4

TIM3_TRGO

TRG6

EXTI11

TRG7

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.