Type Alias PE6

Source
pub type PE6<MODE = DefaultMode> = Pin<'E', 6, MODE>;
Expand description

PE6 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Address> for PE6<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, Otype> TryFrom<Ch2<Otype>> for PE6<MODE>
where MODE: PinMode, Alternate<3, 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<D7> for PE6<MODE>
where MODE: PinMode, Alternate<13, 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<G1> for PE6<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: G1) -> Result<Self, Self::Error>

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.