pub struct Parts {
Show 17 fields pub config: Config, pub pc0: PC0<Input<Floating>>, pub pc1: PC1<Input<Floating>>, pub pc2: PC2<Input<Floating>>, pub pc3: PC3<Input<Floating>>, pub pc4: PC4<Input<Floating>>, pub pc5: PC5<Input<Floating>>, pub pc6: PC6<Input<Floating>>, pub pc7: PC7<Input<Floating>>, pub pc8: PC8<Input<Floating>>, pub pc9: PC9<Input<Floating>>, pub pc10: PC10<Input<Floating>>, pub pc11: PC11<Input<Floating>>, pub pc12: PC12<Input<Floating>>, pub pc13: PC13<Input<Floating>>, pub pc14: PC14<Input<Floating>>, pub pc15: PC15<Input<Floating>>,
}
Expand description

The pins and overall configuration of the GPIO port.

Fields

config: Configpc0: PC0<Input<Floating>>pc1: PC1<Input<Floating>>pc2: PC2<Input<Floating>>pc3: PC3<Input<Floating>>pc4: PC4<Input<Floating>>pc5: PC5<Input<Floating>>pc6: PC6<Input<Floating>>pc7: PC7<Input<Floating>>pc8: PC8<Input<Floating>>pc9: PC9<Input<Floating>>pc10: PC10<Input<Floating>>pc11: PC11<Input<Floating>>pc12: PC12<Input<Floating>>pc13: PC13<Input<Floating>>pc14: PC14<Input<Floating>>pc15: PC15<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.