[][src]Enum imxrt1062_iomuxc::sai3_ipp_ind_sai_txbclk_select_input::DAISY_A

pub enum DAISY_A {
    GPIO_EMC_38_ALT3,
    GPIO_SD_B1_03_ALT8,
}

Selecting Pads Involved in Daisy Chain.

Value on reset: 0

Variants

GPIO_EMC_38_ALT3

0: Selecting Pad: GPIO_EMC_38 for Mode: ALT3

GPIO_SD_B1_03_ALT8

1: Selecting Pad: GPIO_SD_B1_03 for Mode: ALT8

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.