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