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