Type Alias stm32f4xx_hal::gpio::gpiod::PD14

source ·
pub type PD14<MODE = DefaultMode> = Pin<'D', 14, MODE>;
Expand description

PD14 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.