Type Alias stm32f4xx_hal::gpio::gpioh::PH7

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

PH7 pin

Aliased Type§

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

Trait Implementations§

source§

impl<MODE> TryFrom<D9> for PH7<MODE>
where MODE: PinMode, Alternate<13, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Miso> for PH7<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Rxd3> for PH7<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.
source§

impl<MODE> TryFrom<Scl> for PH7<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<Sdcke1> for PH7<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

§

type Error = ()

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

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

Performs the conversion.