PB1

Type Alias PB1 

Source
pub type PB1<MODE> = Pin<MODE, L8, 'B', 1>;

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

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

Source§

impl IO0Pin<QUADSPI> for PB1<Alternate<PushPull, 10>>

Source§

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

Source§

impl RtsDePin<USART3> for PB1<Alternate<PushPull, 7>>