Type Alias stm32f4xx_hal::gpio::gpioe::PE3

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

PE3 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<SdB> for PE3<MODE>
where MODE: PinMode, Alternate<6, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Traced0> for PE3<MODE>
where MODE: PinMode, Alternate<0, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.