Type Definition stm32f4xx_hal::gpio::gpiod::PD1

source · []
pub type PD1<MODE = Input> = Pin<'D', 1, MODE>;
Expand description

PD1 pin

Trait Implementations