Type Alias PD7

Source
pub type PD7<MODE = DefaultMode> = Pin<'D', 7, MODE>;
Expand description

PD7 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Ck> for PD7<MODE>
where MODE: PinMode, Alternate<7, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.