PE7

Type Alias PE7 

Source
pub type PE7<MODE = Input<Floating>> = Pin<'E', 7, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Etr> for PE7<MODE>
where MODE: PinMode, Input<Floating>: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Etr) -> Result<Self, Self::Error>

Performs the conversion.