Type Alias stm32f4xx_hal::gpio::gpioh::PH4

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

PH4 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<Scl> for PH4<MODE>
where MODE: PinMode, Alternate<4, OpenDrain>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<UlpiNxt> for PH4<MODE>
where MODE: PinMode, Alternate<10, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.