Synopsis
#define STM32_PORT_BASE(X) ((GPIO_TypeDef *) (GPIOA_BASE + 0x400 * (X)))
Description

STM32_PORT_BASE returns a pointer to the STM32 CMSIS GPIO type for the port X.