pub type PG5<MODE = Input<Floating>> = Pin<'G', 5, MODE>;
pub struct PG5<MODE = Input<Floating>> { /* private fields */ }