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

pub struct Parts {
    pub afrh: AFRH,
    pub afrl: AFRL,
    pub moder: MODER,
    pub otyper: OTYPER,
    pub pupdr: PUPDR,
    pub pd0: PD0<Input<Floating>>,
    pub pd1: PD1<Input<Floating>>,
    pub pd2: PD2<Input<Floating>>,
    pub pd3: PD3<Input<Floating>>,
    pub pd4: PD4<Input<Floating>>,
    pub pd5: PD5<Input<Floating>>,
    pub pd6: PD6<Input<Floating>>,
    pub pd7: PD7<Input<Floating>>,
    pub pd8: PD8<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

pd0: PD0<Input<Floating>>

Pin

pd1: PD1<Input<Floating>>

Pin

pd2: PD2<Input<Floating>>

Pin

pd3: PD3<Input<Floating>>

Pin

pd4: PD4<Input<Floating>>

Pin

pd5: PD5<Input<Floating>>

Pin

pd6: PD6<Input<Floating>>

Pin

pd7: PD7<Input<Floating>>

Pin

pd8: PD8<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