[][src]Struct wio_terminal::HeaderPins

pub struct HeaderPins {
    pub a0_d0: Pb8<Input<Floating>>,
    pub a1_d1: Pb9<Input<Floating>>,
    pub a2_d2: Pa7<Input<Floating>>,
    pub a3_d3: Pb4<Input<Floating>>,
    pub a4_d4: Pb5<Input<Floating>>,
    pub a5_d5: Pb6<Input<Floating>>,
    pub a6_d6: Pa4<Input<Floating>>,
    pub a7_d7: Pb7<Input<Floating>>,
    pub a8_d8: Pa6<Input<Floating>>,
}

Other pins broken out to the RPi-compatible header.

Fields

a0_d0: Pb8<Input<Floating>>a1_d1: Pb9<Input<Floating>>a2_d2: Pa7<Input<Floating>>a3_d3: Pb4<Input<Floating>>a4_d4: Pb5<Input<Floating>>a5_d5: Pb6<Input<Floating>>a6_d6: Pa4<Input<Floating>>a7_d7: Pb7<Input<Floating>>a8_d8: Pa6<Input<Floating>>

Auto Trait Implementations

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.