Type Alias stm32f4xx_hal::gpio::AF14

source ·
pub type AF14<Otype = PushPull> = Alternate<14, Otype>;
Expand description

Alternate function 14 (type state)

Aliased Type§

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