pub struct Parts {
Show 16 fields pub pd0: PD0<Analog>, pub pd1: PD1<Analog>, pub pd2: PD2<Analog>, pub pd3: PD3<Analog>, pub pd4: PD4<Analog>, pub pd5: PD5<Analog>, pub pd6: PD6<Analog>, pub pd7: PD7<Analog>, pub pd8: PD8<Analog>, pub pd9: PD9<Analog>, pub pd10: PD10<Analog>, pub pd11: PD11<Analog>, pub pd12: PD12<Analog>, pub pd13: PD13<Analog>, pub pd14: PD14<Analog>, pub pd15: PD15<Analog>,
}
Expand description

GPIO parts

Fields

pd0: PD0<Analog>

Pin

pd1: PD1<Analog>

Pin

pd2: PD2<Analog>

Pin

pd3: PD3<Analog>

Pin

pd4: PD4<Analog>

Pin

pd5: PD5<Analog>

Pin

pd6: PD6<Analog>

Pin

pd7: PD7<Analog>

Pin

pd8: PD8<Analog>

Pin

pd9: PD9<Analog>

Pin

pd10: PD10<Analog>

Pin

pd11: PD11<Analog>

Pin

pd12: PD12<Analog>

Pin

pd13: PD13<Analog>

Pin

pd14: PD14<Analog>

Pin

pd15: PD15<Analog>

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

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.