Type Alias PI13

Source
pub type PI13<MODE = DefaultMode> = Pin<'I', 13, MODE>;
Expand description

PI13 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.