Struct stm32f7xx_hal::gpio::gpiok::Parts[][src]

pub struct Parts {
    pub pk0: PK0<Input<Floating>>,
    pub pk1: PK1<Input<Floating>>,
    pub pk2: PK2<Input<Floating>>,
    pub pk3: PK3<Input<Floating>>,
    pub pk4: PK4<Input<Floating>>,
    pub pk5: PK5<Input<Floating>>,
    pub pk6: PK6<Input<Floating>>,
    pub pk7: PK7<Input<Floating>>,
}
Expand description

GPIO parts

Fields

pk0: PK0<Input<Floating>>

Pin

pk1: PK1<Input<Floating>>

Pin

pk2: PK2<Input<Floating>>

Pin

pk3: PK3<Input<Floating>>

Pin

pk4: PK4<Input<Floating>>

Pin

pk5: PK5<Input<Floating>>

Pin

pk6: PK6<Input<Floating>>

Pin

pk7: PK7<Input<Floating>>

Pin

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.