[][src]Struct imxrt1062_hal::iomuxc::gpio::GPIO_EMC_31

pub struct GPIO_EMC_31<Alt> { /* fields omitted */ }

Methods

impl<Alt> GPIO_EMC_31<Alt>[src]

pub fn alt0(self) -> GPIO_EMC_31<Alt0>[src]

Converts the pad into its Alt0 setting

pub fn alt1(self) -> GPIO_EMC_31<Alt1>[src]

Converts the pad into its Alt1 setting

pub fn alt2(self) -> GPIO_EMC_31<Alt2>[src]

Converts the pad into its Alt2 setting

pub fn alt3(self) -> GPIO_EMC_31<Alt3>[src]

Converts the pad into its Alt3 setting

pub fn alt4(self) -> GPIO_EMC_31<Alt4>[src]

Converts the pad into its Alt4 setting

pub fn alt5(self) -> GPIO_EMC_31<Alt5>[src]

Converts the pad into its Alt5 setting

pub fn alt8(self) -> GPIO_EMC_31<Alt8>[src]

Converts the pad into its Alt8 setting

Trait Implementations

impl From<GPIO_EMC_31<Alt5>> for GPIO4IO31<GPIO4, Input>[src]

impl IntoGpio for GPIO_EMC_31<Alt5>[src]

type Gpio = GPIO4IO31<GPIO4, Input>

impl Pin for GPIO_EMC_31<Alt2>[src]

type Direction = TX

type Module = _7

Auto Trait Implementations

impl<Alt> !Send for GPIO_EMC_31<Alt>

impl<Alt> !Sync for GPIO_EMC_31<Alt>

impl<Alt> Unpin for GPIO_EMC_31<Alt> where
    Alt: Unpin

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> Same<T> for T

type Output = T

Should always be Self

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.