Type Alias stm32f4xx_hal::gpio::PI5

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

PI5 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<B5> for PI5<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: B5) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<MODE, Otype> TryFrom<Ch1<Otype>> for PI5<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: Ch1<Otype>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<MODE> TryFrom<Nbl3> for PI5<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: Nbl3) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<MODE> TryFrom<Vsync> for PI5<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: Vsync) -> Result<Self, Self::Error>

Performs the conversion.