[][src]Enum imxrt1062_iomuxc::qtimer2_timer1_select_input::DAISY_A

pub enum DAISY_A {
    GPIO_EMC_20_ALT4,
    GPIO_B0_04_ALT1,
}

Selecting Pads Involved in Daisy Chain.

Value on reset: 0

Variants

GPIO_EMC_20_ALT4

0: Selecting Pad: GPIO_EMC_20 for Mode: ALT4

GPIO_B0_04_ALT1

1: Selecting Pad: GPIO_B0_04 for Mode: ALT1

Trait Implementations

impl Clone for DAISY_A[src]

impl Copy for DAISY_A[src]

impl Debug for DAISY_A[src]

impl From<DAISY_A> for bool[src]

impl PartialEq<DAISY_A> for DAISY_A[src]

impl StructuralPartialEq for DAISY_A[src]

Auto Trait Implementations

impl Send for DAISY_A

impl Sync for DAISY_A

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