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