PA12

Type Alias PA12 

Source
pub type PA12<MODE = DefaultMode> = Pin<'A', 12, MODE>;
Expand description

PA12 pin

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Dp> for PA12<MODE>
where MODE: PinMode, Alternate<10, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Etr> for PA12<MODE>
where MODE: PinMode, Alternate<1, 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<R5> for PA12<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: R5) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<MODE> TryFrom<Rts> for PA12<MODE>
where MODE: PinMode, Alternate<7, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Tx> for PA12<MODE>
where MODE: PinMode, Alternate<9, PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.