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