Type Alias stm32f4xx_hal::gpio::gpioi::PI9

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

PI9 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<Rx> for PI9<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.