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