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