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

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

Methods

impl<Alt> GPIO_AD_B1_02<Alt>[src]

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

Converts the pad into its Alt0 setting

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

Converts the pad into its Alt1 setting

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

Converts the pad into its Alt2 setting

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

Converts the pad into its Alt3 setting

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

Converts the pad into its Alt4 setting

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

Converts the pad into its Alt5 setting

pub fn alt6(self) -> GPIO_AD_B1_02<Alt6>[src]

Converts the pad into its Alt6 setting

pub fn alt7(self) -> GPIO_AD_B1_02<Alt7>[src]

Converts the pad into its Alt7 setting

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

Converts the pad into its Alt8 setting

pub fn alt9(self) -> GPIO_AD_B1_02<Alt9>[src]

Converts the pad into its Alt9 setting

Trait Implementations

impl From<GPIO_AD_B1_02<Alt5>> for GPIO1IO18<GPIO1, Input>[src]

impl IntoGpio for GPIO_AD_B1_02<Alt5>[src]

type Gpio = GPIO1IO18<GPIO1, Input>

impl Pin for GPIO_AD_B1_02<Alt2>[src]

type Direction = TX

type Module = _2

Auto Trait Implementations

impl<Alt> !Send for GPIO_AD_B1_02<Alt>

impl<Alt> !Sync for GPIO_AD_B1_02<Alt>

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