Type Alias PD15

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

PD15 pin

Aliased Type§

pub 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,

Source§

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,

Source§

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,

Source§

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.