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