[][src]Struct stm32f4xx_hal::gpio::gpioj::Parts

pub struct Parts {
    pub pj0: PJ0<Input<Floating>>,
    pub pj1: PJ1<Input<Floating>>,
    pub pj2: PJ2<Input<Floating>>,
    pub pj3: PJ3<Input<Floating>>,
    pub pj4: PJ4<Input<Floating>>,
    pub pj5: PJ5<Input<Floating>>,
    pub pj6: PJ6<Input<Floating>>,
    pub pj7: PJ7<Input<Floating>>,
    pub pj8: PJ8<Input<Floating>>,
    pub pj9: PJ9<Input<Floating>>,
    pub pj10: PJ10<Input<Floating>>,
    pub pj11: PJ11<Input<Floating>>,
    pub pj12: PJ12<Input<Floating>>,
    pub pj13: PJ13<Input<Floating>>,
    pub pj14: PJ14<Input<Floating>>,
    pub pj15: PJ15<Input<Floating>>,
}

GPIO parts

Fields

pj0: PJ0<Input<Floating>>

Pin

pj1: PJ1<Input<Floating>>

Pin

pj2: PJ2<Input<Floating>>

Pin

pj3: PJ3<Input<Floating>>

Pin

pj4: PJ4<Input<Floating>>

Pin

pj5: PJ5<Input<Floating>>

Pin

pj6: PJ6<Input<Floating>>

Pin

pj7: PJ7<Input<Floating>>

Pin

pj8: PJ8<Input<Floating>>

Pin

pj9: PJ9<Input<Floating>>

Pin

pj10: PJ10<Input<Floating>>

Pin

pj11: PJ11<Input<Floating>>

Pin

pj12: PJ12<Input<Floating>>

Pin

pj13: PJ13<Input<Floating>>

Pin

pj14: PJ14<Input<Floating>>

Pin

pj15: PJ15<Input<Floating>>

Pin

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts

impl Unpin for Parts

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.