Type Alias stm32f4xx_hal::gpio::AF9

source ·
pub type AF9<Otype = PushPull> = Alternate<9, Otype>;
Expand description

Alternate function 9 (type state)

Aliased Type§

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