pub type AF5<Otype = PushPull> = Alternate<5, Otype>;
Alternate function 5 (type state)
pub struct AF5<Otype = PushPull>(/* private fields */);