Type Alias stm32f4xx_hal::gpio::gpioh::PH9

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

PH9 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE, Otype> TryFrom<Ch2<Otype>> for PH9<MODE>
where MODE: PinMode, Alternate<9, 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<D0> for PH9<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: D0) -> Result<Self, Self::Error>

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<Smba> for PH9<MODE>
where MODE: PinMode, Alternate<4, OpenDrain>: PinMode,

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(a: Smba) -> Result<Self, Self::Error>

Performs the conversion.