Type Alias stm32f4xx_hal::gpio::AF11

source ·
pub type AF11<Otype = PushPull> = Alternate<11, Otype>;
Expand description

Alternate function 11 (type state)

Aliased Type§

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