Type Alias PD14

Source
pub type PD14<MODE = DefaultMode> = Pin<'D', 14, MODE>;
Expand description

PD14 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE, Otype> TryFrom<Ch3<Otype>> for PD14<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: Ch3<Otype>) -> Result<Self, Self::Error>

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.