Type Alias stm32f4xx_hal::gpio::gpiog::PG15

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

PG15 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<Cts> for PG15<MODE>
where MODE: PinMode, Alternate<8, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.