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