PA6

Type Alias PA6 

Source
pub type PA6<MODE = Input<Floating>> = Pin<'A', 6, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Mi> for PA6<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<So> for PA6<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl TimCh1Pin<RemapDefault<Periph<RegisterBlock, 1073742848>>> for PA6<Alternate<PushPull>>

Source§

impl TimCh1Pin<RemapDefault<Periph<RegisterBlock, 1073748992>>> for PA6<Alternate<PushPull>>