PC4

Type Alias PC4 

Source
pub type PC4<MODE> = Pin<MODE, L8, 'C', 4>;

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

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

Source§

impl TxHalfDuplexPin<USART3> for PC4<Alternate<OpenDrain, 7>>

Source§

impl TxPin<USART3> for PC4<Alternate<PushPull, 7>>