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

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

Methods

impl<Alt> GPIO_B0_09<Alt>[src]

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

Converts the pad into its Alt0 setting

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

Converts the pad into its Alt1 setting

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

Converts the pad into its Alt2 setting

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

Converts the pad into its Alt3 setting

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

Converts the pad into its Alt4 setting

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

Converts the pad into its Alt5 setting

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

Converts the pad into its Alt6 setting

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

Converts the pad into its Alt8 setting

Trait Implementations

impl From<GPIO_B0_09<Alt5>> for GPIO2IO09<GPIO2, Input>[src]

impl IntoGpio for GPIO_B0_09<Alt5>[src]

type Gpio = GPIO2IO09<GPIO2, Input>

Auto Trait Implementations

impl<Alt> !Send for GPIO_B0_09<Alt>

impl<Alt> !Sync for GPIO_B0_09<Alt>

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