Type Alias AF10

Source
pub type AF10<Otype = PushPull> = Alternate<10, Otype>;
Expand description

Alternate function 10 (type state)

Aliased Typeยง

pub struct AF10<Otype = PushPull>(/* private fields */);