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