#[repr(u8)]
pub enum SIG_ID_A {
Show 21 variants Exti0, Exti1, Exti2, Exti3, Exti4, Exti5, Exti6, Exti7, Exti8, Exti9, Exti10, Exti11, Exti12, Exti13, Exti14, Exti15, Dmamux1Evt0, Dmamux1Evt1, Lptim1Out, Lptim2Out, Lptim3Out,
}
Expand description

Signal identification

Value on reset: 0

Variants

Exti0

0: Signal EXTIx selected as synchronization input

Exti1

1: Signal EXTIx selected as synchronization input

Exti2

2: Signal EXTIx selected as synchronization input

Exti3

3: Signal EXTIx selected as synchronization input

Exti4

4: Signal EXTIx selected as synchronization input

Exti5

5: Signal EXTIx selected as synchronization input

Exti6

6: Signal EXTIx selected as synchronization input

Exti7

7: Signal EXTIx selected as synchronization input

Exti8

8: Signal EXTIx selected as synchronization input

Exti9

9: Signal EXTIx selected as synchronization input

Exti10

10: Signal EXTIx selected as synchronization input

Exti11

11: Signal EXTIx selected as synchronization input

Exti12

12: Signal EXTIx selected as synchronization input

Exti13

13: Signal EXTIx selected as synchronization input

Exti14

14: Signal EXTIx selected as synchronization input

Exti15

15: Signal EXTIx selected as synchronization input

Dmamux1Evt0

16: Signal dmamux1_evt0 selected as synchronization input

Dmamux1Evt1

17: Signal dmamux1_evt1 selected as synchronization input

Lptim1Out

18: Signal lptim1_out selected as synchronization input

Lptim2Out

19: Signal lptim2_out selected as synchronization input

Lptim3Out

20: Signal lptim3_out selected as synchronization 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

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.