Type Alias stm32f4xx_hal::gpio::gpioi::PI3

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

PI3 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<Etr> for PI3<MODE>
where MODE: PinMode, Alternate<3, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Mosi> for PI3<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Sd> for PI3<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.