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