Trait stm32f3xx_hal::gpio::marker::GpioStatic[][src]

pub trait GpioStatic: Gpio {
    type MODER: Moder;
    type OTYPER: Otyper;
    type OSPEEDR: Ospeedr;
    type PUPDR: Pupdr;
}
Expand description

Marker trait for compile time defined GPIO ports

Associated Types

Associated MODER register

Associated OTYPER register

Associated OSPEEDR register

Associated PUPDR register

Implementors