#[repr(u8)]
pub enum InputTrigger {
Show 18 variants Internal0, Internal1, Internal2, Internal3, Ti1Edge, FilteredTimerInput1, FilteredTimerInput2, ExternalTriggerInput, Internal4, Internal5, Internal6, Internal7, Internal8, Internal9, Internal10, Internal11, Internal12, Internal13,
}
Expand description

This bit-field selects the trigger input to be used to synchronize the counter. Sets SMCR register, TS field.

Variants

Internal0

Internal Trigger 0 (ITR0)

Internal1

Internal2

Internal3

Ti1Edge

TI1 Edge Detector (TI1F_ED)

FilteredTimerInput1

FilteredTimerInput2

ExternalTriggerInput

Internal4

Internal5

Internal6

Internal7

Internal8

Internal9

Internal10

Internal11

Internal12

Internal13

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. 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.

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.