Type Alias stm32f4xx_hal::gpio::PK3

source ·
pub type PK3<MODE = DefaultMode> = Pin<'K', 3, MODE>;
Expand description

PK3 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.