Type Alias PB0

Source
pub type PB0<MODE = Input<Floating>> = Pin<'B', 0, MODE>;

Aliased Type§

pub struct PB0<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl Channel<ADC1> for PB0<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

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<ADC2> for PB0<Analog>

Source§

type ID = u8

Channel ID type Read more
Source§

fn channel() -> u8

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> CPin<Tim3NoRemap, 2> for PB0<MODE>

Source§

impl<MODE> CPin<Tim3PartialRemap, 2> for PB0<MODE>