PE15

Type Alias PE15 

Source
pub type PE15<MODE = Input<Floating>> = Pin<'E', 15, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.