[][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

impl Sync for Gpiof

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]