Type Alias PJ3

Source
pub type PJ3<MODE = DefaultMode> = Pin<'J', 3, MODE>;
Expand description

PJ3 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.