Type Alias stm32f4xx_hal::gpio::gpiod::PD4

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

PD4 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.