PJ5

Type Alias PJ5 

Source
pub type PJ5<MODE = DefaultMode> = Pin<'J', 5, MODE>;
Expand description

PJ5 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.