PD1

Type Alias PD1 

Source
pub type PD1<MODE = DefaultMode> = Pin<'D', 1, MODE>;
Expand description

PD1 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Tx> for PD1<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.