Type Alias stm32f4xx_hal::gpio::AF12

source ·
pub type AF12<Otype = PushPull> = Alternate<12, Otype>;
Expand description

Alternate function 12 (type state)

Aliased Type§

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