Type Alias PI3

Source
pub type PI3<MODE = DefaultMode> = Pin<'I', 3, MODE>;
Expand description

PI3 pin

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Etr> for PI3<MODE>
where MODE: PinMode, Alternate<3, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Mosi> for PI3<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 PI3<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.