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