PJ4

Type Alias PJ4 

Source
pub type PJ4<MODE = DefaultMode> = Pin<'J', 4, MODE>;
Expand description

PJ4 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.