[][src]Enum imxrt1062_pwm1::sm::smtctrl::PWAOT0_A

pub enum PWAOT0_A {
    PWAOT0_0,
    PWAOT0_1,
}

Output Trigger 0 Source Select

Value on reset: 0

Variants

PWAOT0_0

0: Route the PWM_OUT_TRIG0 signal to PWM_OUT_TRIG0 port.

PWAOT0_1

1: Route the PWMA output to the PWM_OUT_TRIG0 port.

Trait Implementations

impl Clone for PWAOT0_A[src]

impl Copy for PWAOT0_A[src]

impl Debug for PWAOT0_A[src]

impl From<PWAOT0_A> for bool[src]

impl PartialEq<PWAOT0_A> for PWAOT0_A[src]

impl StructuralPartialEq for PWAOT0_A[src]

Auto Trait Implementations

impl Send for PWAOT0_A

impl Sync for PWAOT0_A

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