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