PD13

Type Alias PD13 

Source
pub type PD13<MODE = Input<Floating>> = Pin<'D', 13, MODE>;

Aliased Type§

pub struct PD13<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl<MODE> TryFrom<Ch2In> for PD13<MODE>
where MODE: PinMode, Input<Floating>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Ch2Out> for PD13<MODE>
where MODE: PinMode, Alternate<PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> CPin<Tim4Remap, 1> for PD13<MODE>