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