[][src]Struct teensy_lc::fgpio::fgpioa::PA2

pub struct PA2<MODE> { /* fields omitted */ }

Methods

impl<MODE> PA2<MODE>[src]

pub fn enable(&self)[src]

pub fn into_input(self) -> PA2<IN>[src]

pub fn into_output(self) -> PA2<OUT>[src]

impl PA2<OUT>[src]

pub fn toggle(&mut self)[src]

Trait Implementations

impl OutputPin for PA2<OUT>[src]

type Error = Void

Error type

impl InputPin for PA2<IN>[src]

type Error = Void

Error type

Auto Trait Implementations

impl<MODE> Unpin for PA2<MODE> where
    MODE: Unpin

impl<MODE> Send for PA2<MODE> where
    MODE: Send

impl<MODE> Sync for PA2<MODE> where
    MODE: Sync

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

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

type Error = ()

Error type

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

type Error = ()

Error type

impl<T> Same<T> for T

type Output = T

Should always be Self