Type Alias stm32f4xx_hal::gpio::PE9

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

PE9 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.