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