PJ1

Type Alias PJ1 

Source
pub type PJ1<MODE = DefaultMode> = Pin<'J', 1, MODE>;
Expand description

PJ1 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.