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