Type Alias stm32f4xx_hal::gpio::PE14

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

PE14 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE, Otype> TryFrom<Ch4<Otype>> for PE14<MODE>
where MODE: PinMode, Alternate<1, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<Mosi> for PE14<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Sd> for PE14<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.