Type Alias PJ2

Source
pub type PJ2<MODE = DefaultMode> = Pin<'J', 2, MODE>;
Expand description

PJ2 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.