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