Type Alias PH3

Source
pub type PH3<MODE = DefaultMode> = Pin<'H', 3, MODE>;
Expand description

PH3 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Col> for PH3<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.