Type Alias stm32f4xx_hal::gpio::gpioj::PJ8

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

PJ8 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.