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