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