Type Alias stm32f4xx_hal::gpio::gpiod::PD15

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

PD15 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE, Otype> TryFrom<Ch4<Otype>> for PD15<MODE>
where MODE: PinMode, Alternate<2, Otype>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

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

Performs the conversion.
source§

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

Performs the conversion.