#[repr(u8)]
pub enum SIG_ID_A {
    Dmamux1Evt0,
    Dmamux1Evt1,
    Dmamux1Evt2,
    Lptim1Out,
    Lptim2Out,
    Lptim3Out,
    Extit0,
    Tim12Trgo,
}
Expand description

DMA request trigger input selected

Value on reset: 0

Variants

Dmamux1Evt0

0: Signal dmamux1_evt0 selected as trigger input

Dmamux1Evt1

1: Signal dmamux1_evt1 selected as trigger input

Dmamux1Evt2

2: Signal dmamux1_evt2 selected as trigger input

Lptim1Out

3: Signal lptim1_out selected as trigger input

Lptim2Out

4: Signal lptim2_out selected as trigger input

Lptim3Out

5: Signal lptim3_out selected as trigger input

Extit0

6: Signal extit0 selected as trigger input

Tim12Trgo

7: Signal tim12_trgo selected as trigger input

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.

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.