Type Alias stm32f4xx_hal::gpio::PE13

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

PE13 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.