PD1

Type Alias PD1 

Source
pub type PD1<MODE = Input<Floating>> = Pin<'D', 1, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.