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

GPIO ports

Fields

pe0: PE0<PullNone, Input>

Pin $PXi

pe1: PE1<PullNone, Input>

Pin $PXi

pe2: PE2<PullNone, Input>

Pin $PXi

pe3: PE3<PullNone, Input>

Pin $PXi

pe4: PE4<PullNone, Input>

Pin $PXi

pe5: PE5<PullNone, Input>

Pin $PXi

pe6: PE6<PullNone, Input>

Pin $PXi

pe7: PE7<PullNone, Input>

Pin $PXi

pe8: PE8<PullNone, Input>

Pin $PXi

pe9: PE9<PullNone, Input>

Pin $PXi

pe10: PE10<PullNone, Input>

Pin $PXi

pe11: PE11<PullNone, Input>

Pin $PXi

pe12: PE12<PullNone, Input>

Pin $PXi

pe13: PE13<PullNone, Input>

Pin $PXi

pe14: PE14<PullNone, Input>

Pin $PXi

pe15: PE15<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.