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