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