pub struct Parts {
Show 17 fields pub config: Config, pub pb0: PB0<Input<Floating>>, pub pb1: PB1<Input<Floating>>, pub pb2: PB2<Input<Floating>>, pub pb3: PB3<Input<Floating>>, pub pb4: PB4<Input<Floating>>, pub pb5: PB5<Input<Floating>>, pub pb6: PB6<Input<Floating>>, pub pb7: PB7<Input<Floating>>, pub pb8: PB8<Input<Floating>>, pub pb9: PB9<Input<Floating>>, pub pb10: PB10<Input<Floating>>, pub pb11: PB11<Input<Floating>>, pub pb12: PB12<Input<Floating>>, pub pb13: PB13<Input<Floating>>, pub pb14: PB14<Input<Floating>>, pub pb15: PB15<Input<Floating>>,
}
Expand description

The pins and overall configuration of the GPIO port.

Fields

config: Configpb0: PB0<Input<Floating>>pb1: PB1<Input<Floating>>pb2: PB2<Input<Floating>>pb3: PB3<Input<Floating>>pb4: PB4<Input<Floating>>pb5: PB5<Input<Floating>>pb6: PB6<Input<Floating>>pb7: PB7<Input<Floating>>pb8: PB8<Input<Floating>>pb9: PB9<Input<Floating>>pb10: PB10<Input<Floating>>pb11: PB11<Input<Floating>>pb12: PB12<Input<Floating>>pb13: PB13<Input<Floating>>pb14: PB14<Input<Floating>>pb15: PB15<Input<Floating>>

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.