Type Alias stm32f4xx_hal::gpio::AF8

source ·
pub type AF8<Otype = PushPull> = Alternate<8, Otype>;
Expand description

Alternate function 8 (type state)

Aliased Type§

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