#[repr(u8)]
pub enum SYNC_ID_A {
Show 16 variants Dmamux2Evt0, Dmamux2Evt1, Dmamux2Evt2, Dmamux2Evt3, Dmamux2Evt4, Dmamux2Evt5, Lpuart1RxWkup, Lpuart1TxWkup, Lptim2Out, Lptim3Out, I2c4Wkup, Spi6Wkup, Comp1Out, RtcWkup, SyscfgExti0Mux, SyscfgExti2Mux,
}
Expand description

Synchronization input selected

Value on reset: 0

Variants

Dmamux2Evt0

0: Signal dmamux2_evt0 selected as synchronization input

Dmamux2Evt1

1: Signal dmamux2_evt1 selected as synchronization input

Dmamux2Evt2

2: Signal dmamux2_evt2 selected as synchronization input

Dmamux2Evt3

3: Signal dmamux2_evt3 selected as synchronization input

Dmamux2Evt4

4: Signal dmamux2_evt4 selected as synchronization input

Dmamux2Evt5

5: Signal dmamux2_evt5 selected as synchronization input

Lpuart1RxWkup

6: Signal lpuart1_rx_wkup selected as synchronization input

Lpuart1TxWkup

7: Signal lpuart1_tx_wkup selected as synchronization input

Lptim2Out

8: Signal lptim2_out selected as synchronization input

Lptim3Out

9: Signal lptim3_out selected as synchronization input

I2c4Wkup

10: Signal i2c4_wkup selected as synchronization input

Spi6Wkup

11: Signal spi6_wkup selected as synchronization input

Comp1Out

12: Signal comp1_out selected as synchronization input

RtcWkup

13: Signal rtc_wkup selected as synchronization input

SyscfgExti0Mux

14: Signal syscfg_exti0_mux selected as synchronization input

SyscfgExti2Mux

15: Signal syscfg_exti2_mux 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
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.