Type Alias stm32f4xx_hal::gpio::gpioj::PJ13

source ·
pub type PJ13<MODE = DefaultMode> = Pin<'J', 13, MODE>;
Expand description

PJ13 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<B1> for PJ13<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(a: B1) -> Result<Self, Self::Error>

Performs the conversion.