Type Alias stm32f4xx_hal::gpio::gpiog::PG7

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

PG7 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.