Struct stm32_hal2::gpio::GpioA [−][src]
pub struct GpioA { pub regs: GPIOA, }
Represents a single GPIO port, and owns its register block. Provides
methods to enable the port. To change pin properties, pass its regs
field as a mutable reference to GpioXPin
methods.
Fields
regs: GPIOA