Type Alias stm32f4xx_hal::gpio::gpiod::PD7

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

PD7 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<Ck> for PD7<MODE>
where MODE: PinMode, Alternate<7, 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<Nce2> for PD7<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: Nce2) -> Result<Self, Self::Error>

Performs the conversion.
source§

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

Performs the conversion.