Type Alias stm32f4xx_hal::gpio::gpioe::PE7

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

PE7 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE, Otype> TryFrom<Rx<Otype>> for PE7<MODE>
where MODE: PinMode, Alternate<8, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.