Type Alias stm32f4xx_hal::gpio::gpioh::PH3

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

PH3 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.