Type Alias stm32f4xx_hal::gpio::PK4

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

PK4 pin

Aliased Type§

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

Trait Implementations§

source§

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

Performs the conversion.