Type Alias PH14

Source
pub type PH14<MODE = DefaultMode> = Pin<'H', 14, MODE>;
Expand description

PH14 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE, Otype> TryFrom<Ch2N<Otype>> for PH14<MODE>
where MODE: PinMode, Alternate<3, Otype>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<D4> for PH14<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<G3> for PH14<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.