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