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