Type Alias stm32f4xx_hal::gpio::gpioh::PH11

source ·
pub type PH11<MODE = DefaultMode> = Pin<'H', 11, MODE>;
Expand description

PH11 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE, Otype> TryFrom<Ch2<Otype>> for PH11<MODE>
where MODE: PinMode, Alternate<2, 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<D19> for PH11<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: D19) -> Result<Self, Self::Error>

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.