Type Alias PA2

Source
pub type PA2<Mode> = Pin<Gpioa, U<2>, Mode>;
Expand description

Pin PA2

Aliased Type§

pub struct PA2<Mode> { /* private fields */ }

Trait Implementations§

Source§

impl Channel<ADC1> for &PA2<Analog>

Source§

type ID = Id

Channel ID type Read more
Source§

fn channel() -> Self::ID

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.
Source§

impl Channel<ADC1> for PA2<Analog>

Source§

type ID = Id

Channel ID type Read more
Source§

fn channel() -> Self::ID

Get the specific ID that identifies this channel, for example 0_u8 for the first ADC channel, if Self::ID is u8.
Source§

impl<Mode> IntoAf<1> for PA2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PA2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PA2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PA2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<8> for PA2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<9> for PA2<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Otype> TxPin<USART2> for PA2<AF7<Otype>>