Type Alias PD8

Source
pub type PD8<MODE = DefaultMode> = Pin<'D', 8, MODE>;
Expand description

PD8 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE, Otype> TryFrom<Tx<Otype>> for PD8<MODE>
where MODE: PinMode, Alternate<7, Otype>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.