Type Alias stm32f4xx_hal::gpio::AF3

source ·
pub type AF3<Otype = PushPull> = Alternate<3, Otype>;
Expand description

Alternate function 3 (type state)

Aliased Type§

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