Type Alias stm32f4xx_hal::gpio::AF4

source ·
pub type AF4<Otype = PushPull> = Alternate<4, Otype>;
Expand description

Alternate function 4 (type state)

Aliased Type§

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