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