[][src]Struct alt_stm32f30x_hal::gpio::Gpiob

pub struct Gpiob {
    pub pb0: PB0<PullNone, Input>,
    pub pb1: PB1<PullNone, Input>,
    pub pb2: PB2<PullNone, Input>,
    pub pb3: PB3<PullNone, Input>,
    pub pb4: PB4<PullNone, Input>,
    pub pb5: PB5<PullNone, Input>,
    pub pb6: PB6<PullNone, Input>,
    pub pb7: PB7<PullNone, Input>,
    pub pb8: PB8<PullNone, Input>,
    pub pb9: PB9<PullNone, Input>,
    pub pb10: PB10<PullNone, Input>,
    pub pb11: PB11<PullNone, Input>,
    pub pb12: PB12<PullNone, Input>,
    pub pb13: PB13<PullNone, Input>,
    pub pb14: PB14<PullNone, Input>,
    pub pb15: PB15<PullNone, Input>,
}

GPIO ports

Fields

pb0: PB0<PullNone, Input>

Pin $PXi

pb1: PB1<PullNone, Input>

Pin $PXi

pb2: PB2<PullNone, Input>

Pin $PXi

pb3: PB3<PullNone, Input>

Pin $PXi

pb4: PB4<PullNone, Input>

Pin $PXi

pb5: PB5<PullNone, Input>

Pin $PXi

pb6: PB6<PullNone, Input>

Pin $PXi

pb7: PB7<PullNone, Input>

Pin $PXi

pb8: PB8<PullNone, Input>

Pin $PXi

pb9: PB9<PullNone, Input>

Pin $PXi

pb10: PB10<PullNone, Input>

Pin $PXi

pb11: PB11<PullNone, Input>

Pin $PXi

pb12: PB12<PullNone, Input>

Pin $PXi

pb13: PB13<PullNone, Input>

Pin $PXi

pb14: PB14<PullNone, Input>

Pin $PXi

pb15: PB15<PullNone, Input>

Pin $PXi

Auto Trait Implementations

impl Send for Gpiob

impl Sync for Gpiob

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