Type Alias PI10

Source
pub type PI10<MODE = DefaultMode> = Pin<'I', 10, MODE>;
Expand description

PI10 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.