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