PE8

Type Alias PE8 

Source
pub type PE8<MODE = Input<Floating>> = Pin<'E', 8, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.