Type Alias stm32f4xx_hal::gpio::gpiog::PG11

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

PG11 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<B3> for PG11<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<TxEn> for PG11<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.