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