85 #define GUI_GPIO_BACKLIGHT      GPIOH, GPIO_Pin_10 
  115     GPIO_InitStruct.
GPIO_PuPd = GPIO_PuPd_NOPULL;
 
GPIOOType_TypeDef GPIO_OType
 
void SSD1963_LLD_Init(void)
Initialize the communication interface to the SSD1963 LCD- Controller. 
 
GPIOSpeed_TypeDef GPIO_Speed
 
GPIOPuPd_TypeDef GPIO_PuPd
 
void CARME_GPIO_Init(CARME_Port_Pin_t *pPortPinAssociation, GPIO_InitTypeDef *pGPIO_InitStruct, uint8_t size)
Initialize GPIO ports with a CARME_Port_Pin_t table. 
 
static CARME_Port_Pin_t LCD_Port_Pin[]
LCD Port and Pin association. 
 
CARME port and pin association structure. 
 
void GPIO_WriteBit(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, BitAction BitVal)
Sets or clears the selected data port bit. 
 
GPIOMode_TypeDef GPIO_Mode
 
GPIO Init structure definition. 
 
#define GUI_GPIO_BACKLIGHT
LCD Background light GPIO.