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