Type Alias stm32f4xx_hal::gpio::AF7

source ·
pub type AF7<Otype = PushPull> = Alternate<7, Otype>;
Expand description

Alternate function 7 (type state)

Aliased Type§

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