Type Alias stm32f4xx_hal::gpio::AF13

source ·
pub type AF13<Otype = PushPull> = Alternate<13, Otype>;
Expand description

Alternate function 13 (type state)

Aliased Type§

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