Type Alias PH7

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

PH7 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

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,

Source§

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,

Source§

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,

Source§

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,

Source§

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.