pub enum EXTSELR {
    TIM1CC1,
    TIM1CC2,
    TIM1CC3,
    TIM2CC2,
    TIM2CC3,
    TIM2CC4,
    TIM2TRGO,
    _Reserved(u8),
}
Expand description

Possible values of 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

§

_Reserved(u8)

Reserved

Implementations§

Value of the field as raw bits

Checks if the value of the field is TIM1CC1

Checks if the value of the field is TIM1CC2

Checks if the value of the field is TIM1CC3

Checks if the value of the field is TIM2CC2

Checks if the value of the field is TIM2CC3

Checks if the value of the field is TIM2CC4

Checks if the value of the field is TIM2TRGO

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.