Struct stm32_hal2::gpio::GpioE [−][src]
pub struct GpioE { pub regs: GPIOE, }
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: GPIOE