pub struct Parts {
Show 16 fields pub pe0: PE0, pub pe1: PE1, pub pe2: PE2, pub pe3: PE3, pub pe4: PE4, pub pe5: PE5, pub pe6: PE6, pub pe7: PE7, pub pe8: PE8, pub pe9: PE9, pub pe10: PE10, pub pe11: PE11, pub pe12: PE12, pub pe13: PE13, pub pe14: PE14, pub pe15: PE15,
}
Expand description

GPIO parts

Fields

pe0: PE0

Pin

pe1: PE1

Pin

pe2: PE2

Pin

pe3: PE3

Pin

pe4: PE4

Pin

pe5: PE5

Pin

pe6: PE6

Pin

pe7: PE7

Pin

pe8: PE8

Pin

pe9: PE9

Pin

pe10: PE10

Pin

pe11: PE11

Pin

pe12: PE12

Pin

pe13: PE13

Pin

pe14: PE14

Pin

pe15: PE15

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.