PA3

Type Alias PA3 

Source
pub type PA3<MODE = Input<Floating>> = Pin<'A', 3, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Rx> for PA3<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl TimCh2Pin<RemapDefault<Periph<RegisterBlock, 1073826816>>> for PA3<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapDefault<Periph<RegisterBlock, 1073741824>>> for PA3<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapDefault<Periph<RegisterBlock, 1073744896>>> for PA3<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA3<Alternate<PushPull>>

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073759232>>> for PA3<Input<PULL>>