Type Alias PH11

Source
pub type PH11<MODE = DefaultMode> = Pin<'H', 11, MODE>;
Expand description

PH11 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.