PE10

Type Alias PE10 

Source
pub type PE10<MODE = DefaultMode> = Pin<'E', 10, MODE>;
Expand description

PE10 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE, Otype> TryFrom<Ch2N<Otype>> for PE10<MODE>
where MODE: PinMode, Alternate<1, Otype>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<D7> for PE10<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Da7> for PE10<MODE>
where MODE: PinMode, Alternate<12, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.