#[repr(u8)]
pub enum SYNC_ID_A {
Show 21 variants Exti0 = 0, Exti1 = 1, Exti2 = 2, Exti3 = 3, Exti4 = 4, Exti5 = 5, Exti6 = 6, Exti7 = 7, Exti8 = 8, Exti9 = 9, Exti10 = 10, Exti11 = 11, Exti12 = 12, Exti13 = 13, Exti14 = 14, Exti15 = 15, Dmamux1Evt0 = 16, Dmamux1Evt1 = 17, Lptim1Out = 18, Lptim2Out = 19, Lptim3Out = 20,
}
Available on crate feature stm32wl5x_cm4 only.
Expand description

Synchronization identification

Value on reset: 0

Variants§

§

Exti0 = 0

0: Signal EXTIx selected as synchronization input

§

Exti1 = 1

1: Signal EXTIx selected as synchronization input

§

Exti2 = 2

2: Signal EXTIx selected as synchronization input

§

Exti3 = 3

3: Signal EXTIx selected as synchronization input

§

Exti4 = 4

4: Signal EXTIx selected as synchronization input

§

Exti5 = 5

5: Signal EXTIx selected as synchronization input

§

Exti6 = 6

6: Signal EXTIx selected as synchronization input

§

Exti7 = 7

7: Signal EXTIx selected as synchronization input

§

Exti8 = 8

8: Signal EXTIx selected as synchronization input

§

Exti9 = 9

9: Signal EXTIx selected as synchronization input

§

Exti10 = 10

10: Signal EXTIx selected as synchronization input

§

Exti11 = 11

11: Signal EXTIx selected as synchronization input

§

Exti12 = 12

12: Signal EXTIx selected as synchronization input

§

Exti13 = 13

13: Signal EXTIx selected as synchronization input

§

Exti14 = 14

14: Signal EXTIx selected as synchronization input

§

Exti15 = 15

15: Signal EXTIx selected as synchronization input

§

Dmamux1Evt0 = 16

16: Signal dmamux1_evt0 selected as synchronization input

§

Dmamux1Evt1 = 17

17: Signal dmamux1_evt1 selected as synchronization input

§

Lptim1Out = 18

18: Signal lptim1_out selected as synchronization input

§

Lptim2Out = 19

19: Signal lptim2_out selected as synchronization input

§

Lptim3Out = 20

20: Signal lptim3_out selected as synchronization input

Trait Implementations§

§

impl Clone for SYNC_ID_A

§

fn clone(&self) -> SYNC_ID_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SYNC_ID_A

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for SYNC_ID_A

§

fn eq(&self, other: &SYNC_ID_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for SYNC_ID_A

§

impl StructuralPartialEq for SYNC_ID_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.