Type Alias stm32f4xx_hal::gpio::gpiog::PG9

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

PG9 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE, Otype> TryFrom<Rx<Otype>> for PG9<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.
source§

impl<MODE> TryFrom<Vsync> for PG9<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.