Type Alias PJ0

Source
pub type PJ0<MODE = DefaultMode> = Pin<'J', 0, MODE>;
Expand description

PJ0 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.