[][src]Enum imxrt1062_pwm1::dtsrcsel::SM3SEL23_A

#[repr(u8)]
pub enum SM3SEL23_A {
    SM3SEL23_0,
    SM3SEL23_1,
    SM3SEL23_2,
    SM3SEL23_3,
}

Submodule 3 PWM23 Control Select

Value on reset: 0

Variants

SM3SEL23_0

0: Generated SM3PWM23 signal is used by the deadtime logic.

SM3SEL23_1

1: Inverted generated SM3PWM23 signal is used by the deadtime logic.

SM3SEL23_2

2: SWCOUT[SM3OUT23] is used by the deadtime logic.

SM3SEL23_3

3: PWM3_EXTA signal is used by the deadtime logic.

Trait Implementations

impl Clone for SM3SEL23_A[src]

impl Copy for SM3SEL23_A[src]

impl Debug for SM3SEL23_A[src]

impl From<SM3SEL23_A> for u8[src]

impl PartialEq<SM3SEL23_A> for SM3SEL23_A[src]

impl StructuralPartialEq for SM3SEL23_A[src]

Auto Trait Implementations

impl Send for SM3SEL23_A

impl Sync for SM3SEL23_A

impl Unpin for SM3SEL23_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, 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.