Type Alias stm32f4xx_hal::gpio::AF0

source ·
pub type AF0<Otype = PushPull> = Alternate<0, Otype>;
Expand description

Alternate function 0 (type state)

Aliased Type§

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