Enum stm32h7xx_hal::pac::dmamux1::ccr::SYNC_ID_A[][src]

#[repr(u8)]pub enum SYNC_ID_A {
    DMAMUX1_EVT0,
    DMAMUX1_EVT1,
    DMAMUX1_EVT2,
    LPTIM1_OUT,
    LPTIM2_OUT,
    LPTIM3_OUT,
    EXTIT0,
    TIM12_TRGO,
}

Synchronization input selected

Value on reset: 0

Variants

DMAMUX1_EVT0

0: Signal dmamux1_evt0 selected as synchronization input

DMAMUX1_EVT1

1: Signal dmamux1_evt1 selected as synchronization input

DMAMUX1_EVT2

2: Signal dmamux1_evt2 selected as synchronization input

LPTIM1_OUT

3: Signal lptim1_out selected as synchronization input

LPTIM2_OUT

4: Signal lptim2_out selected as synchronization input

LPTIM3_OUT

5: Signal lptim3_out selected as synchronization input

EXTIT0

6: Signal extit0 selected as synchronization input

TIM12_TRGO

7: Signal tim12_trgo selected as synchronization input

Trait Implementations

impl Clone for SYNC_ID_A[src]

impl Copy for SYNC_ID_A[src]

impl Debug for SYNC_ID_A[src]

impl PartialEq<SYNC_ID_A> for SYNC_ID_A[src]

impl StructuralPartialEq for SYNC_ID_A[src]

Auto Trait Implementations

impl Send for SYNC_ID_A

impl Sync for SYNC_ID_A

impl Unpin for SYNC_ID_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.