[][src]Enum imxrt1062_pwm1::dtsrcsel::SMSEL23_A

#[repr(u8)]
pub enum SMSEL23_A {
    SMSEL23_0,
    SMSEL23_1,
    SMSEL23_2,
    SMSEL23_3,
}

Submodule 0 PWM23 Control Select

Value on reset: 0

Variants

SMSEL23_0

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

SMSEL23_1

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

SMSEL23_2

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

SMSEL23_3

3: PWM0_EXTA signal is used by the deadtime logic.

Trait Implementations

impl Clone for SMSEL23_A[src]

impl Copy for SMSEL23_A[src]

impl Debug for SMSEL23_A[src]

impl From<SMSEL23_A> for u8[src]

impl PartialEq<SMSEL23_A> for SMSEL23_A[src]

impl StructuralPartialEq for SMSEL23_A[src]

Auto Trait Implementations

impl Send for SMSEL23_A

impl Sync for SMSEL23_A

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