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