PA1

Type Alias PA1 

Source
pub type PA1<MODE = Input<Floating>> = Pin<'A', 1, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl TimCh2Pin<RemapDefault<Periph<RegisterBlock, 1073741824>>> for PA1<Alternate<PushPull>>

Source§

impl TimCh2Pin<RemapDefault<Periph<RegisterBlock, 1073744896>>> for PA1<Alternate<PushPull>>

Source§

impl TimCh2Pin<RemapFull<Periph<RegisterBlock, 1073744896>>> for PA1<Alternate<PushPull>>

Source§

impl TimCh2Pin<RemapPartial2<Periph<RegisterBlock, 1073741824>>> for PA1<Alternate<PushPull>>