Struct stm32f1xx_hal::gpio::gpioa::Parts

source ·
pub struct Parts {
Show 18 fields pub crl: Cr<'A', { _ }>, pub crh: Cr<'A', { _ }>, pub pa0: PA0, pub pa1: PA1, pub pa2: PA2, pub pa3: PA3, pub pa4: PA4, pub pa5: PA5, pub pa6: PA6, pub pa7: PA7, pub pa8: PA8, pub pa9: PA9, pub pa10: PA10, pub pa11: PA11, pub pa12: PA12, pub pa13: PA13<Debugger>, pub pa14: PA14<Debugger>, pub pa15: PA15<Debugger>,
}
Expand description

GPIO parts

Fields§

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

Opaque CRL register

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

Opaque CRH register

§pa0: PA0

Pin

§pa1: PA1

Pin

§pa2: PA2

Pin

§pa3: PA3

Pin

§pa4: PA4

Pin

§pa5: PA5

Pin

§pa6: PA6

Pin

§pa7: PA7

Pin

§pa8: PA8

Pin

§pa9: PA9

Pin

§pa10: PA10

Pin

§pa11: PA11

Pin

§pa12: PA12

Pin

§pa13: PA13<Debugger>

Pin

§pa14: PA14<Debugger>

Pin

§pa15: PA15<Debugger>

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.