Type Alias stm32f4xx_hal::gpio::gpioi::PI13

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

PI13 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<Vsync> for PI13<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.