Enum stm32_hal2::dac::Trigger[][src]

pub enum Trigger {
    Tim6,
    Tim3_8,
    Tim7,
    Tim15,
    Tim2,
    Tim4,
    Exti9,
    Swtrig,
}
Expand description

Select a trigger, used by some features.

Variants

Tim6

Timer 6

Tim3_8

Timers 3 or 8

Tim7

Timer 7

Tim15

Timer 15

Tim2

Timer 2

Tim4

Timer 4

Exti9

Eg, for interrupts

Swtrig

A software trigger

Implementations

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

Performs the conversion.

Performs the conversion.

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.