Type Alias stm32f4xx_hal::gpio::PE15

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

PE15 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<Bkin> for PE15<MODE>
where MODE: PinMode, Alternate<1, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.