Type Alias stm32f4xx_hal::gpio::gpiod::PD8

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

PD8 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.
source§

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

Performs the conversion.
source§

impl<MODE, Otype> TryFrom<Tx<Otype>> for PD8<MODE>
where MODE: PinMode, Alternate<7, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.