Type Alias stm32f4xx_hal::gpio::gpioe::PE10

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

PE10 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.