Type Alias PE2

Source
pub type PE2<MODE = DefaultMode> = Pin<'E', 2, MODE>;
Expand description

PE2 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Txd3> for PE2<MODE>
where MODE: PinMode, Alternate<11, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.