[][src]Enum imxrt1062_pwm1::dtsrcsel::SM1SEL23_A

#[repr(u8)]
pub enum SM1SEL23_A {
    SM1SEL23_0,
    SM1SEL23_1,
    SM1SEL23_2,
    SM1SEL23_3,
}

Submodule 1 PWM23 Control Select

Value on reset: 0

Variants

SM1SEL23_0

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

SM1SEL23_1

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

SM1SEL23_2

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

SM1SEL23_3

3: PWM1_EXTA signal is used by the deadtime logic.

Trait Implementations

impl Clone for SM1SEL23_A[src]

impl Copy for SM1SEL23_A[src]

impl Debug for SM1SEL23_A[src]

impl From<SM1SEL23_A> for u8[src]

impl PartialEq<SM1SEL23_A> for SM1SEL23_A[src]

impl StructuralPartialEq for SM1SEL23_A[src]

Auto Trait Implementations

impl Send for SM1SEL23_A

impl Sync for SM1SEL23_A

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