Type Alias stm32f4xx_hal::gpio::gpioh::PH10

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

PH10 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.