pub type PB3<MODE = Input<Floating>> = Pin<'B', 3, MODE>;
pub struct PB3<MODE = Input<Floating>> { /* private fields */ }