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