PE12

Type Alias PE12 

Source
pub type PE12<MODE = Input<Floating>> = Pin<'E', 12, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.