Type Alias PD10

Source
pub type PD10<MODE = DefaultMode> = Pin<'D', 10, MODE>;
Expand description

PD10 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<B3> for PD10<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Ck> for PD10<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<D15> for PD10<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: D15) -> Result<Self, Self::Error>

Performs the conversion.
Source§

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

Performs the conversion.