Type Alias stm32f4xx_hal::gpio::gpiof::PFn

source ·
pub type PFn<MODE> = PartiallyErasedPin<'F', MODE>;
Expand description

Common type for GPIOF related pins

Aliased Type§

struct PFn<MODE> { /* private fields */ }