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