Type Alias PI14

Source
pub type PI14<MODE = DefaultMode> = Pin<'I', 14, MODE>;
Expand description

PI14 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.