PE11

Type Alias PE11 

Source
pub type PE11<MODE = DefaultMode> = Pin<'E', 11, MODE>;
Expand description

PE11 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE, Otype> TryFrom<Ch2<Otype>> for PE11<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: Ch2<Otype>) -> Result<Self, Self::Error>

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<G3> for PE11<MODE>
where MODE: PinMode, Alternate<14, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Nss> for PE11<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Ws> for PE11<MODE>
where MODE: PinMode, Alternate<5, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.