PJ10

Type Alias PJ10 

Source
pub type PJ10<MODE = DefaultMode> = Pin<'J', 10, MODE>;
Expand description

PJ10 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.