pub type PC2<MODE = Input<Floating>> = Pin<'C', 2, MODE>;
pub struct PC2<MODE = Input<Floating>> { /* private fields */ }