Type Alias stm32f4xx_hal::gpio::AF15

source ·
pub type AF15<Otype = PushPull> = Alternate<15, Otype>;
Expand description

Alternate function 15 (type state)

Aliased Type§

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