PE9

Type Alias PE9 

Source
pub type PE9<MODE = DefaultMode> = Pin<'E', 9, MODE>;
Expand description

PE9 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.