Type Alias stm32f4xx_hal::gpio::AF1

source ·
pub type AF1<Otype = PushPull> = Alternate<1, Otype>;
Expand description

Alternate function 1 (type state)

Aliased Type§

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