Type Alias PB1

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

Aliased Type§

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

Trait Implementations§

Source§

impl<Otype> CPin<TIM3, $C> for PB1<Alternate<2, Otype>>