Type Alias stm32f4xx_hal::gpio::gpioj::PJ7

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

PJ7 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.