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

GPIO ports

Fields

pb0: PB0<PullNone, Input>

Pin $PXi

pb1: PB1<PullNone, Input>

Pin $PXi

pb2: PB2<PullNone, Input>

Pin $PXi

pb3: PB3<PullNone, Input>

Pin $PXi

pb4: PB4<PullNone, Input>

Pin $PXi

pb5: PB5<PullNone, Input>

Pin $PXi

pb6: PB6<PullNone, Input>

Pin $PXi

pb7: PB7<PullNone, Input>

Pin $PXi

pb8: PB8<PullNone, Input>

Pin $PXi

pb9: PB9<PullNone, Input>

Pin $PXi

pb10: PB10<PullNone, Input>

Pin $PXi

pb11: PB11<PullNone, Input>

Pin $PXi

pb12: PB12<PullNone, Input>

Pin $PXi

pb13: PB13<PullNone, Input>

Pin $PXi

pb14: PB14<PullNone, Input>

Pin $PXi

pb15: PB15<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.