Type Alias PI12

Source
pub type PI12<MODE = DefaultMode> = Pin<'I', 12, MODE>;
Expand description

PI12 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Hsync> for PI12<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.