PJ15

Type Alias PJ15 

Source
pub type PJ15<MODE = DefaultMode> = Pin<'J', 15, MODE>;
Expand description

PJ15 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.