PE13

Type Alias PE13 

Source
pub type PE13<MODE = DefaultMode> = Pin<'E', 13, MODE>;
Expand description

PE13 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.