PA4

Type Alias PA4 

Source
pub type PA4<MODE = Input<Floating>> = Pin<'A', 4, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

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

Performs the conversion.
Source§

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

Performs the conversion.
Source§

impl<OUTMODE> TryFrom<Ss> for PA4<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.
Source§

impl UartCkPin<RemapDefault<Periph<RegisterBlock, 1073759232>>> for PA4<Alternate<PushPull>>