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