Type Alias stm32f4xx_hal::gpio::gpioi::PI6

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

PI6 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.