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