PA13

Type Alias PA13 

Source
pub type PA13<MODE = DefaultMode> = Pin<'A', 13, MODE>;
Expand description

PA13 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<JtmsSwdio> for PA13<MODE>
where MODE: PinMode, Alternate<0, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.