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<Otype> CPin<TIM3, $C> for PB0<Alternate<2, Otype>>