[][src]Struct alt_stm32f30x_hal::gpio::Gpiof

pub struct Gpiof {
    pub pf0: PF0<PullNone, Input>,
    pub pf1: PF1<PullNone, Input>,
    pub pf2: PF2<PullNone, Input>,
    pub pf3: PF4<PullNone, Input>,
    pub pf6: PF6<PullNone, Input>,
    pub pf9: PF9<PullNone, Input>,
    pub pf10: PF10<PullNone, Input>,
}

GPIO ports

Fields

pf0: PF0<PullNone, Input>

Pin $PXi

pf1: PF1<PullNone, Input>

Pin $PXi

pf2: PF2<PullNone, Input>

Pin $PXi

pf3: PF4<PullNone, Input>

Pin $PXi

pf6: PF6<PullNone, Input>

Pin $PXi

pf9: PF9<PullNone, Input>

Pin $PXi

pf10: PF10<PullNone, Input>

Pin $PXi

Auto Trait Implementations

impl Send for Gpiof[src]

impl Sync for Gpiof[src]

impl Unpin for Gpiof[src]

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.