Struct stm32f0xx_hal::gpio::gpiof::Parts[][src]

pub struct Parts {
    pub pf0: PF0<Input<Floating>>,
    pub pf1: PF1<Input<Floating>>,
    pub pf11: PF11<Input<Floating>>,
}
Expand description

GPIO parts

Fields

pf0: PF0<Input<Floating>>

Pin

pf1: PF1<Input<Floating>>

Pin

pf11: PF11<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.

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.