Type Alias stm32f4xx_hal::gpio::AF2

source ·
pub type AF2<Otype = PushPull> = Alternate<2, Otype>;
Expand description

Alternate function 2 (type state)

Aliased Type§

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