PA11

Type Alias PA11 

Source
pub type PA11<MODE = Input<Floating>> = Pin<'A', 11, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<MODE> TryFrom<Ch4In> for PA11<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 PA11<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<Cts> for PA11<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl TimCh4Pin<RemapDefault<Periph<RegisterBlock, 1073818624>>> for PA11<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA11<Alternate<PushPull>>