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