Type Alias PA2

Source
pub type PA2<MODE = Input<Floating>> = Pin<'A', 2, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<Otype> CPin<TIM2, $C> for PA2<Alternate<1, Otype>>

Source§

impl<Otype> CPin<TIM5, $C> for PA2<Alternate<2, Otype>>

Source§

impl<Otype> CPin<TIM9, $C> for PA2<Alternate<3, Otype>>

Source§

impl PinTx<USART2> for PA2<Alternate<7>>