Type Alias stm32f4xx_hal::gpio::gpiog::PG10

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

PG10 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE> TryFrom<G3> for PG10<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.