pub type PF12<MODE = Input<Floating>> = Pin<'F', 12, MODE>;
pub struct PF12<MODE = Input<Floating>> { /* private fields */ }