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