Type Alias stm32f4xx_hal::gpio::gpiog::PG8

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

PG8 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<Nss> for PG8<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.