PE10

Type Alias PE10 

Source
pub type PE10<MODE = Input<Floating>> = Pin<'E', 10, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.