Type Alias PE3

Source
pub type PE3<MODE = DefaultMode> = Pin<'E', 3, MODE>;
Expand description

PE3 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<SdB> for PE3<MODE>
where MODE: PinMode, Alternate<6, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Traced0> for PE3<MODE>
where MODE: PinMode, Alternate<0, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.