[][src]Struct stm32l4xx_hal::gpio::gpiob::Parts

pub struct Parts {
    pub afrh: AFRH,
    pub afrl: AFRL,
    pub moder: MODER,
    pub otyper: OTYPER,
    pub pupdr: PUPDR,
    pub pb0: PB0<Input<Floating>>,
    pub pb1: PB1<Input<Floating>>,
    pub pb2: PB2<Input<Floating>>,
    pub pb3: PB3<Input<Floating>>,
    pub pb4: PB4<Input<Floating>>,
    pub pb5: PB5<Input<Floating>>,
    pub pb6: PB6<Input<Floating>>,
    pub pb7: PB7<Input<Floating>>,
    pub pb8: PB8<Input<Floating>>,
    pub pb9: PB9<Input<Floating>>,
    pub pb10: PB10<Input<Floating>>,
    pub pb11: PB11<Input<Floating>>,
}

GPIO parts

Fields

afrh: AFRH

Opaque AFRH register

afrl: AFRL

Opaque AFRL register

moder: MODER

Opaque MODER register

otyper: OTYPER

Opaque OTYPER register

pupdr: PUPDR

Opaque PUPDR register

pb0: PB0<Input<Floating>>

Pin

pb1: PB1<Input<Floating>>

Pin

pb2: PB2<Input<Floating>>

Pin

pb3: PB3<Input<Floating>>

Pin

pb4: PB4<Input<Floating>>

Pin

pb5: PB5<Input<Floating>>

Pin

pb6: PB6<Input<Floating>>

Pin

pb7: PB7<Input<Floating>>

Pin

pb8: PB8<Input<Floating>>

Pin

pb9: PB9<Input<Floating>>

Pin

pb10: PB10<Input<Floating>>

Pin

pb11: PB11<Input<Floating>>

Pin

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self