Type Alias stm32f4xx_hal::gpio::gpioh::PH13

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

PH13 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE, Otype> TryFrom<Ch1N<Otype>> for PH13<MODE>
where MODE: PinMode, Alternate<3, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<Tx> for PH13<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.