pub enum EXTSELW {
    TIM1CC1,
    TIM1CC2,
    TIM1CC3,
    TIM2CC2,
    TIM2CC3,
    TIM2CC4,
    TIM2TRGO,
}
Expand description

Values that can be written to the field EXTSEL

Variants

TIM1CC1

Timer 1 CC1 event

TIM1CC2

Timer 1 CC2 event

TIM1CC3

Timer 1 CC3 event

TIM2CC2

Timer 2 CC2 event

TIM2CC3

Timer 2 CC3 event

TIM2CC4

Timer 2 CC4 event

TIM2TRGO

Timer 2 TRGO event

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.

Should always be Self
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.