pub struct Gpiof {
    pub pf0: PF0<PullNone, Input>,
    pub pf1: PF1<PullNone, Input>,
    pub pf2: PF2<PullNone, Input>,
    pub pf3: PF4<PullNone, Input>,
    pub pf6: PF6<PullNone, Input>,
    pub pf9: PF9<PullNone, Input>,
    pub pf10: PF10<PullNone, Input>,
}
Expand description

GPIO ports

Fields

pf0: PF0<PullNone, Input>

Pin $PXi

pf1: PF1<PullNone, Input>

Pin $PXi

pf2: PF2<PullNone, Input>

Pin $PXi

pf3: PF4<PullNone, Input>

Pin $PXi

pf6: PF6<PullNone, Input>

Pin $PXi

pf9: PF9<PullNone, Input>

Pin $PXi

pf10: PF10<PullNone, Input>

Pin $PXi

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.