PD10

Type Alias PD10 

Source
pub type PD10<MODE = Input<Floating>> = Pin<'D', 10, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.