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

pub struct Parts {
    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>>,
    pub pb12: PB12<Input<Floating>>,
    pub pb13: PB13<Input<Floating>>,
    pub pb14: PB14<Input<Floating>>,
    pub pb15: PB15<Input<Floating>>,
}

GPIO parts

Fields

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

pb12: PB12<Input<Floating>>

Pin

pb13: PB13<Input<Floating>>

Pin

pb14: PB14<Input<Floating>>

Pin

pb15: PB15<Input<Floating>>

Pin

Auto Trait Implementations

impl Unpin for Parts

impl Sync for Parts

impl Send for Parts

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self