pub type PD11<MODE = Input<Floating>> = Pin<'D', 11, MODE>;
pub struct PD11<MODE = Input<Floating>> { /* private fields */ }