[][src]Struct imxrt1062_hal::gpio::GPIO1IO07

pub struct GPIO1IO07<GPIO, Dir> { /* fields omitted */ }

Methods

impl<GPIO: IntoRegister> GPIO1IO07<GPIO, Input>[src]

pub fn output(self) -> GPIO1IO07<GPIO, Output>[src]

impl GPIO1IO07<GPIO1, Input>[src]

pub fn gpio7(_pad: GPIO_AD_B0_07<Alt5>) -> Self[src]

impl GPIO1IO07<GPIO1, Input>[src]

pub fn fast(self, gpr: &mut GPR) -> GPIO1IO07<GPIO6, Input>[src]

Trait Implementations

impl From<GPIO_AD_B0_07<Alt5>> for GPIO1IO07<GPIO1, Input>[src]

impl<GPIO: IntoRegister> InputPin for GPIO1IO07<GPIO, Input>[src]

type Error = Infallible

Error type

impl<GPIO: IntoRegister> OutputPin for GPIO1IO07<GPIO, Output>[src]

type Error = Infallible

Error type

impl<GPIO: IntoRegister> StatefulOutputPin for GPIO1IO07<GPIO, Output>[src]

impl<GPIO: IntoRegister> ToggleableOutputPin for GPIO1IO07<GPIO, Output>[src]

type Error = Infallible

Error type

Auto Trait Implementations

impl<GPIO, Dir> Send for GPIO1IO07<GPIO, Dir> where
    Dir: Send,
    GPIO: Send

impl<GPIO, Dir> Sync for GPIO1IO07<GPIO, Dir> where
    Dir: Sync,
    GPIO: Sync

impl<GPIO, Dir> Unpin for GPIO1IO07<GPIO, Dir> where
    Dir: Unpin,
    GPIO: 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> InputPin for T where
    T: InputPin
[src]

type Error = ()

Error type

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> OutputPin for T where
    T: OutputPin
[src]

type Error = ()

Error type

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> StatefulOutputPin for T where
    T: StatefulOutputPin + OutputPin
[src]

impl<P> ToggleableOutputPin for P where
    P: Default
[src]

type Error = <P as OutputPin>::Error

Error type

fn toggle(&mut self) -> Result<(), <P as ToggleableOutputPin>::Error>[src]

Toggle pin output

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.