Type Alias stm32f4xx_hal::gpio::AF10

source ·
pub type AF10<Otype = PushPull> = Alternate<10, Otype>;
Expand description

Alternate function 10 (type state)

Aliased Type§

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