Struct stm32f1xx_hal::gpio::gpiob::Parts

source ·
pub struct Parts {
Show 18 fields pub crl: Cr<'B', { _ }>, pub crh: Cr<'B', { _ }>, pub pb0: PB0, pub pb1: PB1, pub pb2: PB2, pub pb3: PB3<Debugger>, pub pb4: PB4<Debugger>, pub pb5: PB5, pub pb6: PB6, pub pb7: PB7, pub pb8: PB8, pub pb9: PB9, pub pb10: PB10, pub pb11: PB11, pub pb12: PB12, pub pb13: PB13, pub pb14: PB14, pub pb15: PB15,
}
Expand description

GPIO parts

Fields§

§crl: Cr<'B', { _ }>

Opaque CRL register

§crh: Cr<'B', { _ }>

Opaque CRH register

§pb0: PB0

Pin

§pb1: PB1

Pin

§pb2: PB2

Pin

§pb3: PB3<Debugger>

Pin

§pb4: PB4<Debugger>

Pin

§pb5: PB5

Pin

§pb6: PB6

Pin

§pb7: PB7

Pin

§pb8: PB8

Pin

§pb9: PB9

Pin

§pb10: PB10

Pin

§pb11: PB11

Pin

§pb12: PB12

Pin

§pb13: PB13

Pin

§pb14: PB14

Pin

§pb15: PB15

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.