Type Alias stm32f4xx_hal::gpio::AF6

source ·
pub type AF6<Otype = PushPull> = Alternate<6, Otype>;
Expand description

Alternate function 6 (type state)

Aliased Type§

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