PH12

Type Alias PH12 

Source
pub type PH12<MODE = DefaultMode> = Pin<'H', 12, MODE>;
Expand description

PH12 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.