PA2

Type Alias PA2 

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

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<ADC> for PA2<Analog>

Source§

type ID = u8

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 for PA2<Analog>

Source§

fn set_sample_time(&mut self, adc: &ADC1, sample_time: SampleTime)

Source§

impl NCSPin<QUADSPI> for PA2<Alternate<PushPull, 10>>

Source§

fn set_speed(self, speed: Speed) -> Self

Source§

impl<OTYPE> Pins<TIM15> for PA2<Alternate<OTYPE, 14>>

Source§

const C1: bool = true

Source§

type Channels = Pwm<TIM15, C1>

Source§

const C2: bool = false

Source§

const C3: bool = false

Source§

const C4: bool = false

Source§

impl<OTYPE> Pins<TIM2> for PA2<Alternate<OTYPE, 1>>

Source§

const C3: bool = true

Source§

type Channels = Pwm<TIM2, C3>

Source§

const C1: bool = false

Source§

const C2: bool = false

Source§

const C4: bool = false

Source§

impl TxHalfDuplexPin<USART2> for PA2<Alternate<OpenDrain, 7>>

Source§

impl TxPin<USART2> for PA2<Alternate<PushPull, 7>>