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