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