PA2

Type Alias PA2 

Source
pub type PA2<MODE = Input<Floating>> = Pin<'A', 2, MODE>;

Aliased Type§

pub struct PA2<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl<MODE> TryFrom<Ch3In> for PA2<MODE>
where MODE: PinMode, Input<Floating>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<MODE> TryFrom<Ch3Out> for PA2<MODE>
where MODE: PinMode, Alternate<PushPull>: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Tx> for PA2<OUTMODE>
where OUTMODE: 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.
Source§

impl TimCh1Pin<RemapDefault<Periph<RegisterBlock, 1073826816>>> for PA2<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapDefault<Periph<RegisterBlock, 1073741824>>> for PA2<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapDefault<Periph<RegisterBlock, 1073744896>>> for PA2<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapFull<Periph<RegisterBlock, 1073744896>>> for PA2<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA2<Alternate<PushPull>>

Source§

impl UartTxPin<RemapDefault<Periph<RegisterBlock, 1073759232>>> for PA2<Alternate<PushPull>>