Type Alias PH8

Source
pub type PH8<MODE = DefaultMode> = Pin<'H', 8, MODE>;
Expand description

PH8 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Sda> for PH8<MODE>
where MODE: PinMode, Alternate<4, OpenDrain>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.