PA7

Type Alias PA7 

Source
pub type PA7<MODE> = Pin<MODE, L8, 'A', 7>;

Aliased Type§

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

Trait Implementations§

Source§

impl Channel<ADC> for PA7<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 PA7<Analog>

Source§

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

Source§

impl IO2Pin<QUADSPI> for PA7<Alternate<PushPull, 10>>

Source§

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

Source§

impl MosiPin<SPI1> for PA7<Alternate<PushPull, 5>>

Source§

impl SclPin<I2C3> for PA7<Alternate<OpenDrain, 4>>