Type Alias stm32f4xx_hal::gpio::gpioi::PI10

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

PI10 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<RxEr> for PI10<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.