Type Alias stm32f4xx_hal::gpio::gpioh::PH12

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

PH12 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.