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