Type Alias stm32f4xx_hal::gpio::PI7

source ·
pub type PI7<MODE = DefaultMode> = Pin<'I', 7, MODE>;
Expand description

PI7 pin

Aliased Type§

struct PI7<MODE = DefaultMode> { /* private fields */ }

Trait Implementations§

source§

impl<MODE> TryFrom<B7> for PI7<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(a: B7) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<MODE, Otype> TryFrom<Ch3<Otype>> for PI7<MODE>
where MODE: PinMode, Alternate<3, Otype>: PinMode,

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(a: Ch3<Otype>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<MODE> TryFrom<D29> for PI7<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(a: D29) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<MODE> TryFrom<D7> for PI7<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(a: D7) -> Result<Self, Self::Error>

Performs the conversion.