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